UNPKG

extml

Version:

Converts html tagged templates to ExtJS component object.

5 lines (4 loc) 140 B
import createRef from "./createRef.js"; export default function createExtRef(onChange = null) { return createRef(onChange, true); }