File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ export type ButtonObject = {
3333
3434export interface CFormCheckProps extends HTMLAttributes < HTMLInputElement > {
3535 /**
36- * Create button-like checkboxes and radio buttons
36+ * Create button-like checkboxes and radio buttons. [docs]
3737 */
3838 button ?: ButtonObject
3939 /**
Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ export interface CFormControlProps
88 * A string of all className you want applied to the component. [docs]
99 */
1010 className ?: string
11+ /**
12+ * A string of all className you want to be applied to the component, and override standard className value. [docs]
13+ */
1114 classNameParent ?: string
1215 /**
1316 * Component used for the root node. Either a string to use a HTML element or a component. [docs]
You can’t perform that action at this time.
0 commit comments