/** * Welcome to the API documentation of the **maquette** library. * * [[https://maquettejs.org/|To the maquette homepage]] */ export * from "./interfaces"; export { dom } from "./dom"; export { h } from "./h"; export { createProjector } from "./projector"; export { createCache } from "./cache"; export { createMapping } from "./mapping"; //# sourceMappingURL=index.d.ts.map