mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-20 20:33:02 +00:00
Run "yarn build:docs"
This commit is contained in:
parent
3247581dd9
commit
b3144e65ce
12 changed files with 81 additions and 71 deletions
|
@ -35,7 +35,7 @@ export default class InlineLoading extends SvelteComponentTyped<
|
|||
mouseover: WindowEventMap["mouseover"];
|
||||
mouseenter: WindowEventMap["mouseenter"];
|
||||
mouseleave: WindowEventMap["mouseleave"];
|
||||
success: CustomEvent<any>;
|
||||
success: CustomEvent<null>;
|
||||
},
|
||||
{}
|
||||
> {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue