UNPKG

xverse-components-tv

Version:

xverse components tv

4 lines (3 loc) 211 B
import { PropsWithChildren } from 'react'; import { ITVProps } from './types'; export declare const TV: import("react").MemoExoticComponent<(props: PropsWithChildren & ITVProps) => import("react").JSX.Element>;