react-native-ios-utilities
Version:
Utilities for react-native + iOS and wrappers for using swift together with fabric/paper + JSI
12 lines • 335 B
TypeScript
import * as React from 'react';
export declare class CardRowTextInput extends React.PureComponent<{
placeholder?: string;
}> {
state: {
textInput: string;
};
getText: () => string;
_handleOnChangeText: (text: string) => void;
render(): React.JSX.Element;
}
//# sourceMappingURL=CardRowTextInput.d.ts.map