UNPKG

voicebot-react-native-expo

Version:

This is a voicebot-react-native package of Kipps AI voice bot for React Native Expo

7 lines 314 B
import * as React from 'react'; export interface PaginationIndicatorProps { totalPageCount: number; currentPage: number; } export declare const PaginationIndicator: (props: PaginationIndicatorProps & React.RefAttributes<HTMLDivElement>) => React.ReactNode; //# sourceMappingURL=PaginationIndicator.d.ts.map