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 = {
33
33
34
34
export interface CFormCheckProps extends HTMLAttributes < HTMLInputElement > {
35
35
/**
36
- * Create button-like checkboxes and radio buttons
36
+ * Create button-like checkboxes and radio buttons. [docs]
37
37
*/
38
38
button ?: ButtonObject
39
39
/**
Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ export interface CFormControlProps
8
8
* A string of all className you want applied to the component. [docs]
9
9
*/
10
10
className ?: string
11
+ /**
12
+ * A string of all className you want to be applied to the component, and override standard className value. [docs]
13
+ */
11
14
classNameParent ?: string
12
15
/**
13
16
* 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