UNPKG

react-elegant-ui

Version:

Elegant UI components, made by BEM best practices for react

4 lines (3 loc) 148 B
/// <reference types="react" /> export * from './Checkbox'; export declare const Checkbox: import("react").FC<import("./Checkbox").ICheckboxProps>;