mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
feat(timepicker): support "sm", "xl" size variants
This commit is contained in:
parent
b4caea5f62
commit
5a5587c115
5 changed files with 64 additions and 16 deletions
5
types/index.d.ts
vendored
5
types/index.d.ts
vendored
|
@ -4794,6 +4794,11 @@ export class TileGroup extends CarbonSvelteComponent {
|
|||
|
||||
export class TimePicker extends CarbonSvelteComponent {
|
||||
$$prop_def: {
|
||||
/**
|
||||
* Specify the size of the input
|
||||
*/
|
||||
size?: "sm" | "xl";
|
||||
|
||||
/**
|
||||
* Specify the input value
|
||||
* @default ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue