UNPKG

@pk-design/react-ui-kit

Version:
15 lines (14 loc) 487 B
import { PaginationOption } from './props'; export declare const DEFAULT_HEADER_HEIGHT = 48; export declare const DEFAULT_FOOTER_HEIGHT = 48; export declare const defaultColumnWidth = 120; export declare const defaultPaginationOptions: () => { currentPage: number; limit: number; options: number[]; }; export declare const getPaginationOptions: (options?: PaginationOption | undefined) => { currentPage: number; limit: number; options: number[]; };