@codecademy/gamut

73.6.173.6.2-alpha.3e37cd.0
dist/Pagination/index.d.ts
~dist/Pagination/index.d.tsModified
+2−1
Index: package/dist/Pagination/index.d.ts
===================================================================
--- package/dist/Pagination/index.d.ts
+++ package/dist/Pagination/index.d.ts
@@ -1,6 +1,7 @@
+import { ComponentPropsWithoutRef } from 'react';
 import * as React from 'react';
-export interface PaginationProps {
+export interface PaginationProps extends Omit<ComponentPropsWithoutRef<'div'>, 'onChange' | 'color'> {
     /**
      * Number of page buttons to show at once
      */
     chapterSize?: number;