feat(timepicker): support "sm", "xl" size variants

This commit is contained in:
Eric Liu 2020-10-29 13:05:36 -07:00
commit 5a5587c115
5 changed files with 64 additions and 16 deletions

5
types/index.d.ts vendored
View file

@ -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 ""