@gechiui/components
Version:
UI components for GeChiUI.
5 lines • 350 B
TypeScript
/// <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