UNPKG

@prisma-cms/front-editor

Version:
10 lines (9 loc) 182 B
export declare type PaginationProps = { pagevariable?: string; page: number; limit: number; total: number; rowProps?: any; style?: any; classes?: any; };