UNPKG

@ovine/craft

Version:
14 lines (13 loc) 296 B
export default nodes; declare namespace nodes { export { page }; export { html }; export { form }; export { action }; export { text }; } import page from "./page"; import html from "./html"; import form from "./form"; import action from "./action"; import text from "./text";