UNPKG

160 BTypeScriptView Raw
1import * as React from 'react';
2import type { ICheckboxProps } from './Checkbox.types';
3export declare const Checkbox: React.FunctionComponent<ICheckboxProps>;