UNPKG

react-all-player

Version:

react-all-player is a simple, lightweight, accessible and customizable React media player that supports modern browsers.

8 lines (7 loc) 194 B
import * as React from 'react'; interface DialogProps { reference: React.ReactNode; portalSelector?: string; } declare const Dialog: React.FC<DialogProps>; export default Dialog;