cr-ui-lib 1.0.18 → 1.0.19
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.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -377,6 +377,8 @@ interface DynamicTableV2Props {
|
|
|
377
377
|
}
|
|
378
378
|
declare const DynamicTableV2: React$1.FC<DynamicTableV2Props>;
|
|
379
379
|
|
|
380
|
+
declare const TableHeader: React.FC<TableHeaderProps>;
|
|
381
|
+
|
|
380
382
|
interface PaginationProps {
|
|
381
383
|
totalPages: number;
|
|
382
384
|
currentPage: number;
|
|
@@ -385,8 +387,6 @@ interface PaginationProps {
|
|
|
385
387
|
}
|
|
386
388
|
declare const Pagination: React$1.FC<PaginationProps>;
|
|
387
389
|
|
|
388
|
-
declare const TableHeader: React.FC<TableHeaderProps>;
|
|
389
|
-
|
|
390
390
|
interface ErrorToastProps {
|
|
391
391
|
message?: string;
|
|
392
392
|
onClose?: () => void;
|
package/dist/index.d.ts
CHANGED
|
@@ -377,6 +377,8 @@ interface DynamicTableV2Props {
|
|
|
377
377
|
}
|
|
378
378
|
declare const DynamicTableV2: React$1.FC<DynamicTableV2Props>;
|
|
379
379
|
|
|
380
|
+
declare const TableHeader: React.FC<TableHeaderProps>;
|
|
381
|
+
|
|
380
382
|
interface PaginationProps {
|
|
381
383
|
totalPages: number;
|
|
382
384
|
currentPage: number;
|
|
@@ -385,8 +387,6 @@ interface PaginationProps {
|
|
|
385
387
|
}
|
|
386
388
|
declare const Pagination: React$1.FC<PaginationProps>;
|
|
387
389
|
|
|
388
|
-
declare const TableHeader: React.FC<TableHeaderProps>;
|
|
389
|
-
|
|
390
390
|
interface ErrorToastProps {
|
|
391
391
|
message?: string;
|
|
392
392
|
onClose?: () => void;
|