antd-management-fast-component 2.6.14 → 2.6.16
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.
|
@@ -172,6 +172,10 @@ export function buildFlexRadio({ label, defaultValue, separator, size, button, l
|
|
|
172
172
|
export function buildTagList({ list }: {
|
|
173
173
|
list?: any[] | undefined;
|
|
174
174
|
}): React.JSX.Element;
|
|
175
|
+
export function buildStatusBar({ actionList, extra }: {
|
|
176
|
+
actionList?: any[] | undefined;
|
|
177
|
+
extra?: null | undefined;
|
|
178
|
+
}): React.JSX.Element;
|
|
175
179
|
export function buildListViewItemExtra({ align, imageUrl, emptyImageUrl, width, }: {
|
|
176
180
|
align: any;
|
|
177
181
|
imageUrl: any;
|