UNPKG

astro

Version:

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

10 lines (9 loc) 204 B
import { getParams, getProps } from "./params-and-props.js"; import { loadRenderer } from "./renderer.js"; import { Slots } from "./slots.js"; export { Slots, getParams, getProps, loadRenderer };