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/TimePicker/TimePicker.svelte.d.ts
vendored
1
types/TimePicker/TimePicker.svelte.d.ts
vendored
|
@ -107,6 +107,7 @@ export default class TimePicker extends SvelteComponentTyped<
|
|||
keyup: WindowEventMap["keyup"];
|
||||
focus: WindowEventMap["focus"];
|
||||
blur: WindowEventMap["blur"];
|
||||
paste: DocumentAndElementEventHandlersEventMap["paste"];
|
||||
},
|
||||
{ default: {}; labelText: {} }
|
||||
> {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue