UNPKG

react-native-paper

Version:
4 lines (3 loc) 150 B
import type { InputLabelProps } from '../types'; declare const InputLabel: (props: InputLabelProps) => JSX.Element | null; export default InputLabel;