UNPKG

@fesjs/fes-design

Version:
8 lines (7 loc) 323 B
import type { SFCWithInstall } from '../_util/interface'; import Pagination from './pagination'; type PaginationType = SFCWithInstall<typeof Pagination>; export { paginationProps } from './const'; export type { PaginationProps } from './const'; export declare const FPagination: PaginationType; export default FPagination;