UNPKG

@stanfordspezi/spezi-web-design-system

Version:

Stanford Biodesign Digital Health Spezi Web Design System

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