UNPKG

@szum-tech/design-system

Version:

Szum-Tech design system with tailwindcss support

8 lines (5 loc) 255 B
import * as React from 'react'; import { Label as Label$1 } from 'radix-ui'; type LabelProps = React.ComponentProps<typeof Label$1.Root>; declare function Label({ className, ...props }: LabelProps): React.JSX.Element; export { Label, type LabelProps };