@platformbuilders/react-native-ui
Version:
Platform Builders Shared Components Library
10 lines • 456 B
TypeScript
import { TextInputMask } from 'react-native-masked-text';
export declare const TextInput: import("styled-components").StyledComponent<typeof TextInputMask, any, {
accessibilityLabel: string;
testID: string;
textAlign: any;
placeholderTextColor: string;
} & import("../../..").TextInputType & {
placeholderTextColor: string;
}, "testID" | "accessibilityLabel" | "placeholderTextColor" | "textAlign">;
//# sourceMappingURL=styles.d.ts.map