react-native-paper-dates
Version:
Performant Date Picker for React Native Paper
44 lines • 1.87 kB
TypeScript
import { ReactNode } from 'react';
declare const _default: import("react").ForwardRefExoticComponent<Omit<import("react-native").TextInputProps & import("react").RefAttributes<import("react-native").TextInput> & {
mode?: "flat" | "outlined";
left?: React.ReactNode;
right?: React.ReactNode;
disabled?: boolean;
label?: import("react-native-paper/lib/typescript/components/TextInput/types").TextInputLabelProp;
placeholder?: string;
error?: boolean;
onChangeText?: Function;
selectionColor?: string;
cursorColor?: string;
underlineColor?: string;
activeUnderlineColor?: string;
outlineColor?: string;
activeOutlineColor?: string;
textColor?: string;
dense?: boolean;
multiline?: boolean;
numberOfLines?: number;
onFocus?: (args: any) => void;
onBlur?: (args: any) => void;
render?: (props: import("react-native-paper/lib/typescript/components/TextInput/types").RenderProps) => React.ReactNode;
value?: string;
style?: import("react-native").StyleProp<import("react-native").TextStyle>;
theme?: import("react-native-paper/lib/typescript/types").ThemeProp;
testID?: string;
contentStyle?: import("react-native").StyleProp<import("react-native").TextStyle>;
outlineStyle?: import("react-native").StyleProp<import("react-native").ViewStyle>;
underlineStyle?: import("react-native").StyleProp<import("react-native").ViewStyle>;
} & import("react").RefAttributes<{
focus: () => void;
clear: () => void;
blur: () => void;
isFocused: () => boolean;
setNativeProps: (nativeProps: object) => void;
setSelection: (start: number, end: number) => void;
}> & {
mask: string;
value: string;
inputButton: ReactNode;
}, "ref"> & import("react").RefAttributes<unknown>>;
export default _default;
//# sourceMappingURL=TextInputMask.d.ts.map