mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-21 04:39:19 +00:00
yarn build:lib
This commit is contained in:
parent
c416b20e49
commit
67043ddf90
3 changed files with 15 additions and 1 deletions
2
types/Toggle/Toggle.svelte.d.ts
vendored
2
types/Toggle/Toggle.svelte.d.ts
vendored
|
@ -64,5 +64,5 @@ export default class Toggle extends SvelteComponentTyped<
|
|||
focus: WindowEventMap["focus"];
|
||||
blur: WindowEventMap["blur"];
|
||||
},
|
||||
{ labelText: {} }
|
||||
{ labelA: {}; labelB: {}; labelText: {} }
|
||||
> {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue