mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 10:51:06 +00:00
fix(types): improve formatting of prop comments (#1779)
This commit is contained in:
parent
239f1b10e5
commit
be763706ca
18 changed files with 170 additions and 158 deletions
|
@ -1,7 +1,7 @@
|
|||
<script>
|
||||
/**
|
||||
* Specify the item text
|
||||
* Alternatively, use the default slot for a custom element
|
||||
* Specify the item text.
|
||||
* Alternatively, use the default slot
|
||||
*/
|
||||
export let text = "Provide text";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue