/** * React head exports for document metadata rendering. * * @module * @example * ```tsx * import { Head } from "veryfront/head"; * ``` */ export { Head } from "../runtime/core.js"; //# sourceMappingURL=Head.d.ts.map