mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-19 03:49:34 +00:00
Run "yarn build:docs"
This commit is contained in:
parent
60d5282021
commit
360840edec
12 changed files with 38 additions and 8 deletions
1
types/NumberInput/NumberInput.svelte.d.ts
vendored
1
types/NumberInput/NumberInput.svelte.d.ts
vendored
|
@ -150,6 +150,7 @@ export default class NumberInput extends SvelteComponentTyped<
|
|||
mouseleave: WindowEventMap["mouseleave"];
|
||||
focus: WindowEventMap["focus"];
|
||||
blur: WindowEventMap["blur"];
|
||||
paste: DocumentAndElementEventHandlersEventMap["paste"];
|
||||
},
|
||||
{ label: {} }
|
||||
> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue