@codecademy/gamut
73.3.073.3.1-alpha.a12aa5.0
dist/Pagination/AnimatedPaginationButtons.d.ts~
dist/Pagination/AnimatedPaginationButtons.d.tsModified+1−1
Index: package/dist/Pagination/AnimatedPaginationButtons.d.ts
===================================================================
--- package/dist/Pagination/AnimatedPaginationButtons.d.ts
+++ package/dist/Pagination/AnimatedPaginationButtons.d.ts
@@ -32,9 +32,9 @@
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
readonly transform: (value: string | number) => string | 0;
}>;
"aria-hidden"?: (boolean | "true" | "false") | undefined;
- ref?: import("react").LegacyRef<import("..").ButtonBaseElements> | undefined;
+ ref?: import("react").LegacyRef<import("../ButtonBase/ButtonBase").ButtonBaseElements> | undefined;
key?: import("react").Key | null | undefined;
defaultChecked?: boolean | undefined;
defaultValue?: string | number | readonly string[] | undefined;
suppressContentEditableWarning?: boolean | undefined;