Commit cd10c49
authored
fix: use type-only export for LabelFlyoutItem to fix build error (#2607)
* fix: use type-only export for LabelFlyoutItem to fix build error
LabelFlyoutItem is a TypeScript interface and should be exported as a type-only export.
Exporting it as a value causes build tools (Rollup, Vite, etc.) to fail because
the value does not exist at runtime.
* style: fix formatting issues caught by CI (#2607)1 parent 5b1a07c commit cd10c49
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
0 commit comments