@grandlinex/react-components
Version:
5 lines (4 loc) • 316 B
TypeScript
import React, { ElementRef } from 'react';
import { MediaPlayerParentFunction, MediaPlayerProps } from './lib';
export type MediaPlayerRefType = ElementRef<typeof MediaPlayer>;
export declare const MediaPlayer: React.ForwardRefExoticComponent<MediaPlayerProps<any> & React.RefAttributes<MediaPlayerParentFunction>>;