UNPKG

@adventera/vectara-ui

Version:

Vectara's design system, codified as a React component library

8 lines (7 loc) 233 B
type Props = { className?: string; labelFor: string; children: React.ReactNode; }; export declare const VuiLabel: ({ className, labelFor, children, ...rest }: Props) => import("react/jsx-runtime").JSX.Element; export {};