yarn build:lib

This commit is contained in:
metonym 2022-01-12 15:48:15 -10:00
commit 32052df881
3 changed files with 28 additions and 28 deletions

View file

@ -158,5 +158,5 @@ export default class ComboBox extends SvelteComponentTyped<
/**
* Clear the combo box programmatically
*/
clear: () => void;
clear: (options?: { focus?: boolean }) => void;
}