Commit 01b7b9a
authored
fix(programmatic): solve close function type mismatch (#1576)
The error occours when building in the files `useModalProgrammatic.ts`,
`useNotificationProgrammatic.ts` and `useSidebarProgrammatic.ts`, which
are all related to a component with a close emit.
- changed type of CloseFunction from `[]` to `unknown[]`1 parent 604b5c2 commit 01b7b9a
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments