fix(button): add default value

This commit is contained in:
albert 2020-10-04 20:33:17 +02:00
commit 6f536e9936
2 changed files with 2 additions and 0 deletions

1
types/index.d.ts vendored
View file

@ -147,6 +147,7 @@ export class Button extends CarbonSvelteComponent {
/**
* Specify the position of the icon
* @default "right"
*/
iconPosition?: "left" | "right";