File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ export interface CListGroupProps extends HTMLAttributes<HTMLDivElement | HTMLULi
14
14
*/
15
15
component ?: string | ElementType
16
16
/**
17
- * Remove some borders and rounded corners to render list group items edge-to-edge in a parent component (e.g., <CCard>) [docs]
17
+ * Remove some borders and rounded corners to render list group items edge-to-edge in a parent component (e.g., ` <CCard>`). [docs]
18
18
*/
19
19
flush ?: boolean
20
20
/**
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ export interface CProgressProps
11
11
*/
12
12
className ?: string
13
13
/**
14
- * Sets the height of the component. If you set that value the inner <CProgressBar> will automatically resize accordingly. [docs]
14
+ * Sets the height of the component. If you set that value the inner ` <CProgressBar>` will automatically resize accordingly. [docs]
15
15
*/
16
16
height ?: number
17
17
/**
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ export interface CTableProps extends HTMLAttributes<HTMLTableElement> {
24
24
*/
25
25
borderless ?: boolean
26
26
/**
27
- * Put the <caption> on the top of the table. [docs]
27
+ * Put the ` <caption>` on the top of the table. [docs]
28
28
*/
29
29
caption ?: 'top'
30
30
/**
You can’t perform that action at this time.
0 commit comments