UNPKG

@swc-react/checkbox

Version:

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

8 lines (7 loc) 351 B
import type { EventName } from '@lit/react'; import { Checkbox as SpCheckbox } from '@spectrum-web-components/checkbox'; import '@spectrum-web-components/checkbox/sp-checkbox.js'; export declare const Checkbox: import("@lit/react").ReactWebComponent<SpCheckbox, { change: EventName<Event>; }>; export type CheckboxType = EventTarget & SpCheckbox;