UNPKG

gpreview

Version:

Preview Ghost themes locally without a full Ghost installation

14 lines 405 B
import * as Handlebars from 'handlebars'; import { Site } from '../types'; interface NavigationOptions { hash?: { type?: 'primary' | 'secondary'; }; } interface NavigationContext { site?: Site; '@site'?: Site; } export declare function navigationHelper(this: NavigationContext, options: NavigationOptions): Handlebars.SafeString; export {}; //# sourceMappingURL=navigation.d.ts.map