UNPKG

@grandlinex/react-components

Version:
6 lines (5 loc) 373 B
import React, { ElementRef } from 'react'; import { FilePlayerProps, MediaPlayerParentFunction } from '../lib'; export type FilePlayerRefType = ElementRef<typeof FilePlayer>; export type FilePlayerParentFunction = MediaPlayerParentFunction; export declare const FilePlayer: React.ForwardRefExoticComponent<FilePlayerProps & React.RefAttributes<MediaPlayerParentFunction>>;