mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-19 11:59:34 +00:00
fix-1749- Longer labels for TimePicker
This commit is contained in:
parent
0b4f19c87e
commit
b35a8c41e1
4 changed files with 364 additions and 238 deletions
5
types/ListBox/ListBoxSelection.svelte.d.ts
vendored
5
types/ListBox/ListBoxSelection.svelte.d.ts
vendored
|
@ -38,5 +38,8 @@ export default class ListBoxSelection extends SvelteComponentTyped<
|
|||
/**
|
||||
* Default translation ids
|
||||
*/
|
||||
translationIds: { clearAll: "clearAll"; clearSelection: "clearSelection" };
|
||||
translationIds: {
|
||||
clearAll: "clearAll";
|
||||
clearSelection: "clearSelection";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue