mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-29 01:45:49 +08:00
7 lines
125 B
TypeScript
7 lines
125 B
TypeScript
import * as React from 'react';
|
|
import KeyboardSpacer from 'react-native-keyboard-spacer';
|
|
|
|
() => {
|
|
<KeyboardSpacer />;
|
|
};
|