We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3ade57 commit ee3b109Copy full SHA for ee3b109
src/components/pageControl/index.ts
@@ -13,7 +13,7 @@ export type {
13
} from './types';
14
15
// enums
16
-export { PageControlState, ArrowsControlState } from './types';
+export { PageControlState, ArrowsControlState, PageControlDirectionType } from './types';
17
18
// componet
19
export { PageControl } from './pageControl';
0 commit comments