feat(link): support "sm", "lg" size variants

This commit is contained in:
Eric Liu 2020-10-29 13:10:42 -07:00
commit 6dd363c2a9
5 changed files with 54 additions and 24 deletions

5
types/index.d.ts vendored
View file

@ -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
*/