UNPKG

b0nes

Version:

Zero-dependency component library and SSR/SSG framework

7 lines (5 loc) 147 B
import {textarea as textareaRender} from './textarea.js'; export const textarea = { render: textareaRender }; export default textarea.render;