UNPKG

@globis/player

Version:

GLOBIS React Video Player.

5 lines (4 loc) 224 B
import React, { ComponentProps } from 'react'; import { Player } from './components/organisms/Player'; import './components/atoms/FontAwesomeIcon'; export declare const GlobisPlayer: React.FC<ComponentProps<typeof Player>>;