mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
feat(link): add href prop
This commit is contained in:
parent
bcc7058ddf
commit
df2d63d6eb
2 changed files with 12 additions and 0 deletions
5
types/index.d.ts
vendored
5
types/index.d.ts
vendored
|
@ -1884,6 +1884,11 @@ export class InlineNotification extends CarbonSvelteComponent {
|
|||
|
||||
export class Link extends CarbonSvelteComponent {
|
||||
$$prop_def: {
|
||||
/**
|
||||
* Specify href value
|
||||
*/
|
||||
href: string;
|
||||
|
||||
/**
|
||||
* Set to `true` to use the inline variant
|
||||
* @default false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue