UNPKG

astro

Version:

Astro is a modern site builder with web best practices, performance, and DX front-of-mind.

12 lines (11 loc) 264 B
import { Pipeline } from "../base-pipeline.js"; import { getParams, getProps } from "./params-and-props.js"; import { loadRenderer } from "./renderer.js"; import { Slots } from "./slots.js"; export { Pipeline, Slots, getParams, getProps, loadRenderer };