UNPKG

extml

Version:

Converts html tagged templates to ExtJS component object.

13 lines (10 loc) 313 B
import {createStyle, destroyStyle} from "./style.js"; import {createContext, destroyContext} from "./context.js"; export function initialize() { createStyle.apply(this); createContext.apply(this); } export function destroy() { destroyStyle.apply(this); destroyContext.apply(this); }