UNPKG

b0nes

Version:

Zero-dependency component library and SSR/SSG framework

7 lines (5 loc) 123 B
import {text as textRender} from './text.js'; export const text = { render: textRender }; export default text.render;