UNPKG

@ozen-ui/kit

Version:

React component library

11 lines (10 loc) 314 B
interface Props { leftSiblingStartIndex: number; rightSiblingEndIndex: number; totalPageCount: number; } export declare const shouldShowDots: ({ leftSiblingStartIndex, rightSiblingEndIndex, totalPageCount, }: Props) => { shouldShowLeftDots: boolean; shouldShowRightDots: boolean; }; export {};