mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-21 04:39:19 +00:00
Run "yarn build:docs"
This commit is contained in:
parent
b972bc233a
commit
6fbbf5eb11
10 changed files with 75 additions and 75 deletions
2
types/ImageLoader/ImageLoader.svelte.d.ts
vendored
2
types/ImageLoader/ImageLoader.svelte.d.ts
vendored
|
@ -49,7 +49,7 @@ export interface ImageLoaderProps
|
|||
|
||||
export default class ImageLoader extends SvelteComponentTyped<
|
||||
ImageLoaderProps,
|
||||
{ load: CustomEvent<any>; error: CustomEvent<any> },
|
||||
{ load: CustomEvent<null>; error: CustomEvent<null> },
|
||||
{ error: {}; loading: {} }
|
||||
> {
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue