UNPKG

@nodeject/ui-components

Version:

UI library for non-trivial components

4 lines (3 loc) 156 B
import * as React from 'react'; import { ToggleComponentsProps } from './types'; export declare const ToggleComponents: React.FC<ToggleComponentsProps>;