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
93317fc5de
commit
32052df881
3 changed files with 28 additions and 28 deletions
2
types/ComboBox/ComboBox.svelte.d.ts
vendored
2
types/ComboBox/ComboBox.svelte.d.ts
vendored
|
@ -158,5 +158,5 @@ export default class ComboBox extends SvelteComponentTyped<
|
|||
/**
|
||||
* Clear the combo box programmatically
|
||||
*/
|
||||
clear: () => void;
|
||||
clear: (options?: { focus?: boolean }) => void;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue