fix(comments): improve formatting of prop comments

This commit is contained in:
metonym 2023-07-23 12:17:43 -07:00
commit 4441ba1d59
18 changed files with 170 additions and 158 deletions

View file

@ -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;