UNPKG

antd-mobile

Version:

<img src="https://gw.alipayobjects.com/mdn/rms_ee68a8/afts/img/A*hjjDS5Yy-ooAAAAAAAAAAAAAARQnAQ" alt="logo" width="100%" />

7 lines (6 loc) 221 B
import { FC } from 'react'; import { NativeProps } from '../../utils/native-props'; export declare type SafeAreaProps = { position: 'top' | 'bottom'; } & NativeProps; export declare const SafeArea: FC<SafeAreaProps>;