File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -215,7 +215,8 @@ declare module '@silintl/ui-components' {
215
215
export class TabBar extends SvelteComponentTyped < TabBarProps > { }
216
216
217
217
export namespace TabBar {
218
- export class Scroller extends svelte . JSX . HTMLAttributes < HTMLElementTagNameMap [ 'div' ] > { }
218
+ interface ScrollerProps extends svelte . JSX . HTMLAttributes < HTMLElementTagNameMap [ 'div' ] > { }
219
+ export class Scroller extends SvelteComponentTyped < ScrollerProps > { }
219
220
220
221
interface TabProps extends svelte . JSX . HTMLAttributes < HTMLElementTagNameMap [ 'div' ] > {
221
222
active ?: boolean
@@ -338,7 +339,7 @@ declare module '@silintl/ui-components' {
338
339
}
339
340
export class Tour extends SvelteComponentTyped < TourProps > { }
340
341
}
341
-
342
+ b
342
343
module '@silintl/ui-components/random' {
343
344
export function generateRandomID ( prefix ?: string ) : string
344
345
}
You can’t perform that action at this time.
0 commit comments