UNPKG

vroom-react

Version:
4 lines (3 loc) 166 B
import { VroomUIBase } from './types/VroomUIBase'; export declare type VroomUIProps = VroomUIBase; export declare function VroomUI(props: VroomUIProps): JSX.Element;