UNPKG

@bothub-chat/ui

Version:

Bothub UI Components

6 lines (5 loc) 118 B
export type PaginatorProps = { current: number | null; onChange(page: number): void; lastPage: number; };