DefinitelyTyped/types/react-native-keyboard-spacer/react-native-keyboard-spacer-tests.tsx
2018-04-14 12:13:47 -07:00

7 lines
125 B
TypeScript

import * as React from 'react';
import KeyboardSpacer from 'react-native-keyboard-spacer';
() => {
<KeyboardSpacer />;
};