Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 7cc72be

Browse files
committed
docs(alert): improve JSDoc for alert
1 parent b3e0810 commit 7cc72be

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

packages/c-alert/src/alert.ts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,11 @@ export const CAlertDescription = defineComponent({
144144
},
145145
})
146146

147-
// TODO: Add CAlertIcon component.
148-
// This should ne done after the icon component is created.
147+
/**
148+
* CAlertIcon component
149+
*
150+
* The Icon component for alerts
151+
*/
149152
export const CAlertIcon = defineComponent({
150153
name: 'CAlertIcon',
151154
props: {

0 commit comments

Comments
 (0)