Re-run "yarn build:docs"

This commit is contained in:
Eric Liu 2023-02-18 17:25:16 -08:00
commit ff4e33a735
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" };
}