@commercetools-uikit/primary-action-dropdown 19.26.0 → 20.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -58,9 +58,9 @@ export default Example;
58
58
 
59
59
  ### Properties
60
60
 
61
- | Props | Type | Required | Default | Description |
62
- | ---------- | ----------------------- | :------: | ------- | ------------------ |
63
- | `children` | `Array: ReactElement[]` | ✅ | | Any React element. |
61
+ | Props | Type | Required | Default | Description |
62
+ | ---------- | -------------------------------------- | :------: | ------- | ------------------ |
63
+ | `children` | `Array: ReactElement<TDropdownHead>[]` | ✅ | | Any React element. |
64
64
 
65
65
  ## Option
66
66