UNPKG

@vectrejs/vectre

Version:

Complete implementation of Spectre.css on Vue 2.x

11 lines (10 loc) 283 B
import * as tsx from 'vue-tsx-support'; import { PaginationEvents } from './Events'; export declare const SimplePager: tsx.TsxComponent<import("vue").default, { pages: string[]; } & { current?: string; }, PaginationEvents, {}, { pages: string[]; current: string; }>;