mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
fix(types): remove "undefined" dispatched events
This commit is contained in:
parent
998757691b
commit
1e80e42573
8 changed files with 17 additions and 27 deletions
|
@ -3,7 +3,7 @@
|
|||
import { Tag } from "../types";
|
||||
|
||||
// example of a direct import
|
||||
import TagSkeleton from "../types/Tag/Tag.Skeleton";
|
||||
import TagSkeleton from "../types/Tag/TagSkeleton";
|
||||
</script>
|
||||
|
||||
<!-- the "class", "style" attributes should not cause an error -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue