@arkyn/types 1.3.148 → 1.3.150
Sign up to get free protection for your applications and to get access to all the features.
@@ -5,6 +5,8 @@ type PaginationProps = {
|
|
5
5
|
perPageKey?: string;
|
6
6
|
siblingsCount?: number;
|
7
7
|
totalCountRegisters: number;
|
8
|
+
currentPage?: number;
|
9
|
+
registerPerPage?: number;
|
8
10
|
} & HTMLAttributes<HTMLDivElement>;
|
9
11
|
export type { PaginationProps };
|
10
12
|
//# sourceMappingURL=PaginationProps.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"PaginationProps.d.ts","sourceRoot":"","sources":["../../src/components/PaginationProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,KAAK,eAAe,GAAG;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,mBAAmB,EAAE,MAAM,CAAC;
|
1
|
+
{"version":3,"file":"PaginationProps.d.ts","sourceRoot":"","sources":["../../src/components/PaginationProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,KAAK,eAAe,GAAG;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,mBAAmB,EAAE,MAAM,CAAC;IAC5B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B,GAAG,cAAc,CAAC,cAAc,CAAC,CAAC;AAEnC,YAAY,EAAE,eAAe,EAAE,CAAC"}
|
package/package.json
CHANGED