@ozen-ui/kit
Version:
React component library
11 lines (10 loc) • 314 B
TypeScript
interface Props {
leftSiblingStartIndex: number;
rightSiblingEndIndex: number;
totalPageCount: number;
}
export declare const shouldShowDots: ({ leftSiblingStartIndex, rightSiblingEndIndex, totalPageCount, }: Props) => {
shouldShowLeftDots: boolean;
shouldShowRightDots: boolean;
};
export {};