carbon-components-svelte/types/Select
brunnerh 93961b106b Breaking: Move $$restProps in Select to <select>.
This aligns the component with others like `TextInput`, `NumberInput` or `TextArea` and allows adding not explicitly defined attributes to the "main" element of the component.

Other changes are from formatting by `lint` task.
(Prettier removes manual line breaks via `  ` from JSDoc strings; turned that into paragraph in `Header`.)
2023-09-03 12:28:37 +02:00
..
Select.svelte.d.ts Breaking: Move $$restProps in Select to <select>. 2023-09-03 12:28:37 +02:00
SelectItem.svelte.d.ts feat(typescript)!: support svelte 4 (#1773) 2023-07-19 09:44:56 -07:00
SelectItemGroup.svelte.d.ts feat(typescript)!: support svelte 4 (#1773) 2023-07-19 09:44:56 -07:00
SelectSkeleton.svelte.d.ts feat(typescript)!: support svelte 4 (#1773) 2023-07-19 09:44:56 -07:00