UNPKG

liber-salti

Version:

Saltí - Liber Design System

8 lines (7 loc) 223 B
import React from 'react'; import { CheckboxProps } from './Checkbox.types'; /** * Allow the user to select one or more items from a set */ declare const Checkbox: React.FC<CheckboxProps>; export default Checkbox;