mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +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
2
types/Slider/Slider.svelte.d.ts
vendored
2
types/Slider/Slider.svelte.d.ts
vendored
|
@ -97,7 +97,7 @@ export interface SliderProps extends RestProps {
|
|||
|
||||
/**
|
||||
* Specify the label text.
|
||||
* Alternatively, use the "labelText" slot (e.g., <span slot="labelText">...</span>)
|
||||
* Alternatively, use the "labelText" slot (e.g., `<span slot="labelText">...</span>`)
|
||||
* @default ""
|
||||
*/
|
||||
labelText?: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue