UNPKG

@stanfordspezi/spezi-web-design-system

Version:

Stanford Biodesign Digital Health Spezi Web Design System

6 lines (5 loc) 281 B
import { Checkbox as CheckboxPrimitive } from 'radix-ui'; import { ComponentProps } from 'react'; type CheckboxProps = ComponentProps<typeof CheckboxPrimitive.Root>; export declare const Checkbox: ({ className, ...props }: CheckboxProps) => import("react").JSX.Element; export {};