feat(ShareSheet): add overlay-style、overlay-class prop (#8225)

This commit is contained in:
neverland
2021-02-26 10:47:09 +08:00
committed by GitHub
parent 87b6654900
commit 2c2cd104c9
3 changed files with 12 additions and 12 deletions
+2
View File
@@ -169,6 +169,8 @@ export default {
| description | Description | _string_ | - |
| duration | Transition duration, unit second | _number \| string_ | `0.3` |
| overlay | Whether to show overlay | _boolean_ | `true` |
| overlay-class | Custom overlay class | _string \| Array \| object_ | - |
| overlay-style | Custom overlay style | _object_ | - |
| lock-scroll | Whether to lock background scroll | _boolean_ | `true` |
| lazy-render | Whether to lazy render util appeared | _boolean_ | `true` |
| close-on-popstate | Whether to close when popstate | _boolean_ | `true` |