|
13 | 13 | "detailedType": "string[] | undefined" |
14 | 14 | }, |
15 | 15 | "onValueChange": { |
16 | | - "type": "((value: string[], eventDetails: Checkbox.Group.ChangeEventDetails) => void)", |
| 16 | + "type": "((value: string[], eventDetails: CheckboxGroupChangeEventDetails) => void)", |
17 | 17 | "description": "Event handler called when a checkbox in the group is ticked or unticked.\nProvides the new value as an argument.", |
18 | | - "detailedType": "| ((\n value: string[],\n eventDetails: Checkbox.Group.ChangeEventDetails,\n ) => void)\n| undefined" |
| 18 | + "detailedType": "| ((\n value: string[],\n eventDetails: CheckboxGroupChangeEventDetails,\n ) => void)\n| undefined" |
19 | 19 | }, |
20 | 20 | "allValues": { |
21 | 21 | "type": "string[]", |
|
29 | 29 | "detailedType": "boolean | undefined" |
30 | 30 | }, |
31 | 31 | "className": { |
32 | | - "type": "string | ((state: Checkbox.Group.State) => string)", |
| 32 | + "type": "string | ((state: CheckboxGroup.State) => string)", |
33 | 33 | "description": "CSS class applied to the element, or a function that\nreturns a class based on the component’s state." |
34 | 34 | }, |
35 | 35 | "render": { |
36 | | - "type": "ReactElement | ((props: HTMLProps, state: Checkbox.Group.State) => ReactElement)", |
| 36 | + "type": "ReactElement | ((props: HTMLProps, state: CheckboxGroup.State) => ReactElement)", |
37 | 37 | "description": "Allows you to replace the component’s HTML element\nwith a different tag, or compose it with another component.\n\nAccepts a `ReactElement` or a function that returns the element to render.", |
38 | | - "detailedType": "| ReactElement\n| ((\n props: HTMLProps,\n state: Checkbox.Group.State,\n ) => ReactElement)" |
| 38 | + "detailedType": "| ReactElement\n| ((\n props: HTMLProps,\n state: CheckboxGroup.State,\n ) => ReactElement)" |
39 | 39 | } |
40 | 40 | }, |
41 | 41 | "dataAttributes": { |
|
0 commit comments