UNPKG

@fluster.io/dev

Version:

10 lines (9 loc) 327 B
import { ReactNode } from 'react'; import { MediaPlayerProps } from '../../types'; export declare const NoFileProvided: ({ componentLabel, }: { componentLabel?: string; }) => ReactNode; export declare const Video: { ({ file, basePath, id, autoPlay, ...props }: MediaPlayerProps): ReactNode; displayName: string; };