UNPKG

shadcn-react

Version:
6 lines (5 loc) 184 B
import { ComponentPropsWithoutRef } from 'react'; import { Label } from '../ui/label'; export interface LabelProps extends ComponentPropsWithoutRef<typeof Label> { } export { Label };