UNPKG

snabbdom-pragma

Version:

'NotReact.createElement' pragma although for snabbdom

6 lines (4 loc) 184 B
import Snabbdom from '../../../src/index'; export default () => { return Snabbdom.createElementWithModules({"attrs": "", "props": ""})('input', { attrs: { "aria-role": "foo" }}) };