UNPKG

antd-mobile

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