mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 10:51:06 +00:00
fix(link): change href description and default value
This commit is contained in:
parent
df2d63d6eb
commit
115f032317
3 changed files with 5 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
|||
<script>
|
||||
/**
|
||||
* Specify href value
|
||||
* Specify the href value
|
||||
* @type {string} [href]
|
||||
*/
|
||||
export let href;
|
||||
export let href = undefined;
|
||||
|
||||
/**
|
||||
* Set to `true` to use the inline variant
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue