UNPKG

182 BTypeScriptView Raw
1/// <reference types="react" />
2import type { InputLabelProps } from '../types';
3declare const InputLabel: (props: InputLabelProps) => JSX.Element | null;
4export default InputLabel;