Skip to content

Commit ee3b109

Browse files
author
Kubit
committed
Export pagecontrol directon type
1 parent a3ade57 commit ee3b109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/pageControl/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export type {
1313
} from './types';
1414

1515
// enums
16-
export { PageControlState, ArrowsControlState } from './types';
16+
export { PageControlState, ArrowsControlState, PageControlDirectionType } from './types';
1717

1818
// componet
1919
export { PageControl } from './pageControl';

0 commit comments

Comments
 (0)