UNPKG

honkit

Version:

HonKit is building beautiful books using Markdown.

6 lines 195 B
/** Edit all elements matching a selector */ declare function editHTMLElement($: any, selector: any, fn: any): any; export default editHTMLElement; //# sourceMappingURL=editHTMLElement.d.ts.map