Skip to content

Commit 9ac90aa

Browse files
committed
docs(CDropdown): update JSDoc comments
1 parent 302abbf commit 9ac90aa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/dropdown/CDropdown.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ export interface CDropdownProps extends HTMLAttributes<HTMLDivElement | HTMLLIEl
6464
popper?: boolean
6565
/**
6666
* Set the dropdown variant to an btn-group, dropdown, input-group, and nav-item. [docs]
67+
*
68+
* @default 'btn-group'
6769
*/
6870
variant?: 'btn-group' | 'dropdown' | 'input-group' | 'nav-item'
6971
/**

0 commit comments

Comments
 (0)