UNPKG

@mattermost/react-native-paste-input

Version:

React Native TextInput replacement to allow pasting files

6 lines 272 B
import type React from 'react'; import type { PasteInputProps } from './types'; export * from './types'; declare let PasteInput: React.ForwardRefExoticComponent<PasteInputProps & React.RefAttributes<unknown>>; export default PasteInput; //# sourceMappingURL=index.d.ts.map