UNPKG

react-all-player

Version:

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

5 lines (4 loc) 187 B
import * as React from 'react'; import { SVGProps } from 'react'; declare const Memo: React.MemoExoticComponent<(props: SVGProps<SVGSVGElement>) => JSX.Element>; export default Memo;