enwawa-ui 2.0.36 → 2.0.37
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/CHANGELOG.md +6 -0
- package/lib/index.d.ts +4 -0
- package/lib/index.d.ts.map +1 -1
- package/lib/index.es.js +1 -0
- package/lib/index.es.js.map +1 -1
- package/lib/index.js +1 -0
- package/lib/index.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/lib/index.d.ts
CHANGED
|
@@ -4729,6 +4729,10 @@ export interface OrDescriptionsProps extends DescriptionsProps {
|
|
|
4729
4729
|
* Items to display
|
|
4730
4730
|
*/
|
|
4731
4731
|
items: DescriptionsProps['items'];
|
|
4732
|
+
/**
|
|
4733
|
+
* Extra content to display
|
|
4734
|
+
*/
|
|
4735
|
+
extra?: DescriptionsProps['extra'];
|
|
4732
4736
|
}
|
|
4733
4737
|
export const OrDescriptions: React.FC<OrDescriptionsProps>;
|
|
4734
4738
|
export interface AtInputStatusProps {
|