Re-run yarn build:docs

This commit is contained in:
Eric Liu 2023-06-11 18:39:38 -07:00
commit 12bf822afd
3 changed files with 237 additions and 354 deletions

View file

@ -38,8 +38,5 @@ export default class ListBoxSelection extends SvelteComponentTyped<
/**
* Default translation ids
*/
translationIds: {
clearAll: "clearAll";
clearSelection: "clearSelection";
};
translationIds: { clearAll: "clearAll"; clearSelection: "clearSelection" };
}