UNPKG

@prisma-cms/front-editor

Version:
20 lines (12 loc) 245 B
export type PaginationProps = { pagevariable?: string page: number limit: number total: number rowProps?: any style?: any classes?: any } // export type PaginationWithStylesProps = PaginationProps & { // classes: any // }