We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9ae9903 + d756ba5 commit 2fe56b7Copy full SHA for 2fe56b7
packages/core/src/Modal/README.md
@@ -43,9 +43,8 @@ export default ButtonGroupView
43
44
继承原生 Modal 属性 [`ModalProps`](https://facebook.github.io/react-native/docs/modal.html#props)
45
46
-```ts
47
-export interface ModalProps extends MaskLayerProps {
48
- placement?: 'top' | 'right' | 'bottom' | 'left';
49
- onClosed?: () => void;
50
-}
51
-```
+| 参数 | 说明 | 类型 | 默认值 |
+|------|------|-----|------|
+| placement | 模态框的方向 | `'top' \| 'right' \| 'bottom' \| 'left'` | bottom |
+| onClosed | 关闭函数 | `() => void` | - |
+
0 commit comments