import { renderContent } from './utils' declare global { interface Window { PineconeRouter: any PineconeRouterMiddlewares: any[] Alpine: any } } const PineconeRouterMiddleware = { /** * @property {string} version the version of this middleware. */ version: '3.0.3', /** * @property {string} name the name of the middleware. */ name: 'views', /** * Called for each route during initialization, * after the route is processed & added. * @param {Element} el the route's