UNPKG

@intuitionrobotics/thunderstorm

Version:
12 lines (11 loc) 257 B
import * as React from 'react'; export declare const Expanded: (props: { style: { [k: string]: any; }; }) => React.JSX.Element; export declare const Collapsed: (props: { style: { [k: string]: any; }; }) => React.JSX.Element;