UNPKG

@project44-manifest/react

Version:

Manifest Design System react components

8 lines 548 B
import type { AriaCheckboxProps } from '@react-types/checkbox'; import { As, Options, Props } from '../../system'; import type { StyleProps } from '../../types'; export declare type CheckboxElement = 'label'; export declare type CheckboxOptions<T extends As = CheckboxElement> = AriaCheckboxProps & Options<T> & StyleProps; export declare type CheckboxProps<T extends As = CheckboxElement> = Props<CheckboxOptions<T>>; export declare const Checkbox: import("../../system").Component<CheckboxOptions<"label">>; //# sourceMappingURL=Checkbox.d.ts.map