UNPKG

@brizy/ui

Version:
18 lines (17 loc) 475 B
import { ReactElement } from "react"; export interface Props { src: string; isAutoPlay: boolean; isVisual: boolean; showArtwork: boolean; showLikeButton: boolean; showBuyButton: boolean; showDownloadButton: boolean; showShareButton: boolean; showComments: boolean; showPlayCounts: boolean; showUsername: boolean; controlsColor: string; className?: string; } export declare const SoundCloud: (props: Props) => ReactElement;