UNPKG

gpreview

Version:

Preview Ghost themes locally without a full Ghost installation

8 lines 320 B
import * as Handlebars from 'handlebars'; import { TemplateData } from '../types'; interface PaginationContext { pagination?: TemplateData['pagination']; } export declare function paginationHelper(this: PaginationContext, _options: unknown): Handlebars.SafeString; export {}; //# sourceMappingURL=pagination.d.ts.map