vrfi-design-system 1.2.35 → 1.2.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/dist/index.d.ts +1 -0
- package/dist/main.es.js +4492 -4461
- package/dist/main.umd.js +73 -73
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1295,6 +1295,7 @@ declare interface TabItems {
|
|
|
1295
1295
|
key: string;
|
|
1296
1296
|
label: ReactNode;
|
|
1297
1297
|
children: ReactNode;
|
|
1298
|
+
showPendingState?: boolean;
|
|
1298
1299
|
}
|
|
1299
1300
|
|
|
1300
1301
|
export declare const TableComponent: <T extends object>({ dataSource, columns, pagination, loading, onTableRowEvents, onRow, onChange, loadingCount, size, type, scroll, rowHoverable, rowClassName, noDataComponent, hoverColumn: HoverColumn, ...restProps }: TableComponentProps<T>) => default_2.JSX.Element;
|