types(Notify): use tsx (#8158)

This commit is contained in:
neverland
2021-02-14 19:14:47 +08:00
committed by GitHub
parent 8d379e0f00
commit c6e65f4fd6
5 changed files with 43 additions and 24 deletions
+3 -3
View File
@@ -107,9 +107,9 @@ export default {
| color | Message color | _string_ | `white` | |
| background | Background color | _string_ | - |
| className | Custom className | _string \| Array \| object_ | - |
| onClick | Callback function after click | _Function_ | - |
| onOpened | Callback function after opened | _Function_ | - |
| onClose | Callback function after close | _Function_ | - |
| onClick | Callback function after click | _(event: MouseEvent) => void_ | - |
| onOpened | Callback function after opened | _() => void_ | - |
| onClose | Callback function after close | _() => void_ | - |
### Less Variables