Rebuild test

This commit is contained in:
Samuel Janda 2023-05-06 15:58:00 +10:00
commit 0d4f1bace8
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" };
}