UNPKG

react-vegas

Version:
8 lines (7 loc) 258 B
import { VegasProps } from "./types"; export declare const Vegas: import("react").ForwardRefExoticComponent<VegasProps & import("react").RefAttributes<{ previous: () => void; next: () => void; play: () => void; pause: () => void; } | null>>;