mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-19 11:59:34 +00:00
fix(button): add default value
This commit is contained in:
parent
1cfe4c1085
commit
6f536e9936
2 changed files with 2 additions and 0 deletions
1
types/index.d.ts
vendored
1
types/index.d.ts
vendored
|
@ -147,6 +147,7 @@ export class Button extends CarbonSvelteComponent {
|
|||
|
||||
/**
|
||||
* Specify the position of the icon
|
||||
* @default "right"
|
||||
*/
|
||||
iconPosition?: "left" | "right";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue