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