soundcloud-api-ts-next
    Preparing search index...

    Interface SoundCloudProviderProps

    Props for the SoundCloudProvider component.

    interface SoundCloudProviderProps {
        apiPrefix?: string;
        children: ReactNode;
    }
    Index

    Properties

    Properties

    apiPrefix?: string

    API route prefix — must match your server route mount point. Default: "/api/soundcloud".

    children: ReactNode

    React children to render inside the provider.