UNPKG

vedact

Version:

react but my own

12 lines (10 loc) 201 B
import { VEDS_TEXT } from './constants.js'; export function createTextVNode(text) { return { $$typeof: VEDS_TEXT, type: null, text, props: null, el: null, }; }