@szum-tech/design-system
Version:
Szum-Tech design system with tailwindcss support
9 lines (6 loc) • 323 B
text/typescript
import * as react_jsx_runtime from 'react/jsx-runtime';
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_runtime.JSX.Element;
export { Label, type LabelProps };