UNPKG

react-elegant-ui

Version:

Elegant UI components, made by BEM best practices for react

6 lines (5 loc) 264 B
import React, { FC } from 'react'; import { ICheckboxProps } from '../Checkbox.bundle/desktop'; export declare const CheckboxWithState: FC<ICheckboxProps>; export declare const BaseCheckbox: FC; export declare const CheckboxInlineExample: () => React.JSX.Element;