UNPKG

react-native-paper

Version:
5 lines (4 loc) 182 B
/// <reference types="react" /> import type { InputLabelProps } from '../types'; declare const InputLabel: (props: InputLabelProps) => JSX.Element | null; export default InputLabel;