@mattermost/react-native-paste-input
Version:
React Native TextInput replacement to allow pasting files
5 lines • 313 B
TypeScript
import * as React from 'react';
import type { PasteInputProps, PasteTextInputInstance } from './types';
declare const ExportedForwardRef: React.ForwardRefExoticComponent<PasteInputProps & React.RefAttributes<PasteTextInputInstance>>;
export default ExportedForwardRef;
//# sourceMappingURL=PasteTextInput.d.ts.map