UNPKG

infinity-forge

Version:
6 lines (5 loc) 248 B
import { PandaPlayerProps } from "./interfaces.js"; export declare function PandaVideo(props: PandaPlayerProps): import("react/jsx-runtime").JSX.Element; export declare function usePlayerVideo(): { scriptIsReady: boolean; } & PandaPlayerProps;