UNPKG

@selfcommunity/react-core

Version:

React Core Components useful for integrating UI Community components (react-ui).

5 lines (4 loc) 125 B
/** * Calculate current page from url (offset) */ export declare function getCurrentPage(url: any, pageSize: any): number;