UNPKG

@isotope/docking

Version:

Docking - Isotope-based Static Site Generator

10 lines (7 loc) 239 B
import { IsotopeNode } from "@isotope/core"; type ComponentFunction = ( page: string, content?: string, parse?: (content: string) => (node: IsotopeNode) => void ) => (parent: IsotopeNode) => IsotopeNode; export { ComponentFunction };