This commit is contained in:
Sachin 2023-07-23 19:19:30 +00:00 committed by GitHub
commit a4b8fc2094
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 364 additions and 238 deletions

View file

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