Skip to content

Commit 5a3bb25

Browse files
committed
docs: update JSDoc comments
1 parent f5bfd9b commit 5a3bb25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/modal/CModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export interface CModalProps extends HTMLAttributes<HTMLDivElement> {
4343
*/
4444
onDismiss?: () => void
4545
/**
46-
* TODO: [docs]
46+
* Generates modal using createPortal. [docs]
4747
*/
4848
portal?: boolean
4949
/**

0 commit comments

Comments
 (0)