@@ -13,39 +13,39 @@ import {
1313
1414export interface CAvatarProps extends HTMLAttributes < HTMLDivElement > {
1515 /**
16- * A string of all className you want applied to the component. [docs]
16+ * A string of all className you want applied to the component.
1717 */
1818 className ?: string
1919 /**
20- * Sets the color context of the component to one of CoreUI’s themed colors. [docs]
20+ * Sets the color context of the component to one of CoreUI’s themed colors.
2121 *
22- * @type { 'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'info' | 'dark' | 'light' | string }
22+ * @type 'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'info' | 'dark' | 'light' | string
2323 */
2424 color ?: Colors
2525 /**
26- * Select the shape of the component. [docs]
26+ * Select the shape of the component.
2727 *
28- * @type { 'rounded' | 'rounded-top' | 'rounded-end' | 'rounded-bottom' | 'rounded-start' | 'rounded-circle' | 'rounded-pill' | 'rounded-0' | 'rounded-1' | 'rounded-2' | 'rounded-3' | string }
28+ * @type 'rounded' | 'rounded-top' | 'rounded-end' | 'rounded-bottom' | 'rounded-start' | 'rounded-circle' | 'rounded-pill' | 'rounded-0' | 'rounded-1' | 'rounded-2' | 'rounded-3' | string
2929 */
3030 shape ?: Shapes
3131 /**
32- * Size the component small, large, or extra large. [docs]
32+ * Size the component small, large, or extra large.
3333 */
3434 size ?: string
3535 /**
36- * The src attribute for the img element. [docs]
36+ * The src attribute for the img element.
3737 */
3838 src ?: string
3939 /**
40- * Sets the color context of the status indicator to one of CoreUI’s themed colors. [docs]
40+ * Sets the color context of the status indicator to one of CoreUI’s themed colors.
4141 *
42- * @type { 'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'info' | 'dark' | 'light' | string }
42+ * @type 'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'info' | 'dark' | 'light' | string
4343 */
4444 status ?: Colors
4545 /**
46- * Sets the text color of the component to one of CoreUI’s themed colors. [docs]
46+ * Sets the text color of the component to one of CoreUI’s themed colors.
4747 *
48- * @type 'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'info' | 'dark' | 'light' | 'white' | 'muted' | string
48+ * @type 'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'info' | 'dark' | 'light' | 'white' | 'muted' | 'high-emphasis' | 'medium-emphasis' | 'disabled' | 'high-emphasis-inverse' | 'medium-emphasis-inverse' | 'disabled-inverse' | string
4949 */
5050 textColor ?: TextColors
5151}
0 commit comments