UNPKG

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