D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
forge
/
ebrokers.online
/
node_modules
/
react-player
/
Filename :
soundcloud.d.ts
back
Copy
import BaseReactPlayer, { BaseReactPlayerProps } from './base' export interface SoundCloudConfig { options?: Record<string, any> } export interface SoundCloudPlayerProps extends BaseReactPlayerProps { config?: SoundCloudConfig } export default class SoundCloudPlayer extends BaseReactPlayer<SoundCloudPlayerProps> {}