UNPKG

antd-mini

Version:

antd-mini 是支付宝小程序 UI 组件库,遵循 Ant Design 规范。

10 lines (8 loc) 184 B
export interface ISafeAreaProps { className?: string; position: 'top' | 'bottom' | ''; } export const SafeAreaDefaultProps: ISafeAreaProps = { className: '', position: '', };