Function Audio

  • NOTE: Exotic components are not callable.

    Parameters

    • props: {
          audioProps?: any;
          autoPlay?: boolean;
          controls?: boolean;
          loader?: boolean;
          muted?: boolean;
          srcs: AudioSource[];
      } & AriaAttributes & CommonProps & ShorthandProps & DOMAttributes<any> & RefAttributes<unknown>

    Returns ReactElement<any, string | JSXElementConstructor<any>>

Generated using TypeDoc