Skip to content

Variable: DemoSoundPlayer

ts
const DemoSoundPlayer: DefineComponent<
  {},
  () => VNode<
    RendererNode,
    RendererElement,
    {
      [key: string]: any;
    }
  >,
  {},
  {},
  {},
  ComponentOptionsMixin,
  ComponentOptionsMixin,
  {},
  string,
  PublicProps,
  ToResolvedProps<{}, {}>,
  {},
  {},
  {},
  {},
  string,
  ComponentProvideOptions,
  true,
  {},
  any
>;

A Vue component that provides a demo sound player interface.