fix-1749- Longer labels for TimePicker

This commit is contained in:
sach!n 2023-06-14 21:03:45 -07:00
commit b35a8c41e1
4 changed files with 364 additions and 238 deletions

View file

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