UNPKG

react-native-animated-pagination-dot

Version:
12 lines (11 loc) 282 B
declare type IDotStyle = { size: number; opacity: number; }; export declare type getDotStylePayload = { idx: number; curPage: number; maxPage: number; }; export declare const getDotStyle: ({ idx, curPage, maxPage, }: getDotStylePayload) => IDotStyle; export {};