UNPKG

@gechiui/components

Version:
5 lines 350 B
/// <reference types="react" /> import type { GeChiUIComponentProps } from '../ui/context'; import type { InputControlLabelProps } from './types'; export default function Label({ children, hideLabelFromVision, htmlFor, ...props }: GeChiUIComponentProps<InputControlLabelProps, 'label', false>): JSX.Element | null; //# sourceMappingURL=label.d.ts.map