import snippets from './snippets'; import {stringProp } from '../_utils/css'; export default { snippets, componentName: 'AMSafeArea', docUrl:'https://mobile.ant.design/zh/components/safe-area', title: '安全区域', category: '通用', group: '基础组件', props: [ { title: "position", name: "position", setter: { componentName: 'RadioGroupSetter', props: { options: [ { title: '顶部', value: 'top', }, { title: '底部', value: 'bottom', } ], }, } }, { title: 'CSS变量', display: 'block', type: 'group', items: [ stringProp ('multiple', '显示的倍数') ], }, ], configure: { supports: { style: true, }, }, };