UNPKG

@swc-react/checkbox

Version:

React and Next.js wrapper of the @spectrum-web-components/checkbox component

4 lines (3 loc) 756 B
export declare const Checkbox: import("react").ComponentType<Omit<import("react").HTMLAttributes<import("checkbox/src/Checkbox.js").Checkbox>, "size" | "checked" | "name" | "readonly" | "inputElement" | "renderRoot" | "isUpdatePending" | "hasUpdated" | "addController" | "removeController" | "connectedCallback" | "disconnectedCallback" | "attributeChangedCallback" | "requestUpdate" | "updateComplete" | "change" | "invalid" | "disabled" | "indeterminate" | "emphasized" | "handleChange" | "renderOptions" | "isLTR" | "hasVisibleFocusInTree"> & { change?: ((e: Event) => void) | undefined; } & Partial<Omit<import("checkbox/src/Checkbox.js").Checkbox, keyof HTMLElement>> & import("react").RefAttributes<import("checkbox/src/Checkbox.js").Checkbox>>;