trifid-core
Version:
Trifid Core
12 lines • 505 B
TypeScript
import type { TrifidPlugin } from '../types/index.ts';
/**
* Render a specific template file.
*
* Configuration fields:
* - path (string, required): the path to the template file to load
* - context (object, optional): context to give to this specific template file (some variables)
* - options (object, optional): options to pass to the Trifid render function (change the title of the page, …)
*/
declare const factory: TrifidPlugin;
export default factory;
//# sourceMappingURL=view.d.ts.map