UNPKG

@inkline/inkline

Version:

Inkline is the Vue.js UI/UX Library built for creating your next design system

8 lines (7 loc) 274 B
/// <reference types="miragejs" /> import { Server } from 'miragejs/server'; export declare const usePagination: (schema: any, req: any, model: any) => { items: any; total: any; }; export declare const useServer: () => Server<import("miragejs/-types").AnyRegistry>;