@instructure/ui-pagination 8.43.1 → 8.43.2-snapshot-3
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.
|
@@ -27,7 +27,7 @@ declare class PaginationArrowButton extends Component<PaginationNavigationProps>
|
|
|
27
27
|
handleRef: (el: Element | null) => void;
|
|
28
28
|
get margin(): "0 xx-small 0 0" | "0 0 0 xx-small" | undefined;
|
|
29
29
|
get Icon(): typeof IconArrowDoubleStartSolid | null;
|
|
30
|
-
render(): JSX.Element;
|
|
30
|
+
render(): React.JSX.Element;
|
|
31
31
|
}
|
|
32
32
|
export default PaginationArrowButton;
|
|
33
33
|
export { PaginationArrowButton };
|
|
@@ -23,7 +23,7 @@ declare class PaginationButton extends Component<PaginationPageProps> {
|
|
|
23
23
|
};
|
|
24
24
|
ref: Element | null;
|
|
25
25
|
handleRef: (el: Element | null) => void;
|
|
26
|
-
render(): JSX.Element;
|
|
26
|
+
render(): React.JSX.Element;
|
|
27
27
|
}
|
|
28
28
|
export default PaginationButton;
|
|
29
29
|
export { PaginationButton };
|