UNPKG

vroom-react

Version:
7 lines (6 loc) 234 B
import React from 'react'; import { VroomUIBase } from '../types/VroomUIBase'; export declare type RootContext = VroomUIBase & { children: React.ReactNode; }; export declare function RootProvider(props: RootContext): JSX.Element;