UNPKG

@podlite/schema

Version:

AST tools for Podlite markup language

13 lines (12 loc) 281 B
export declare const core: { ':image': { toHtml: (writer: any) => (node: any) => void; }; image: { toHtml: import("./makeQuery").RuleHandler<any>; }; root: { toHtml: import("./makeQuery").RuleHandler<any>; }; }; export default core;