UNPKG

@findnlink/ui

Version:
4 lines (3 loc) 193 B
/// <reference types="react" /> import { CheckboxProps } from './Checkbox.types'; export declare const Checkbox: ({ children, error, size, weight, ...props }: CheckboxProps) => JSX.Element;