UNPKG

asdflkfjkadslghuier

Version:
4 lines (3 loc) 207 B
import React from 'react'; import type { PlayerProps, PlayerRef } from './@types/Player.types'; export declare const Player: React.ForwardRefExoticComponent<PlayerProps & React.RefAttributes<PlayerRef>>;