UNPKG

extml

Version:

Converts html tagged templates to ExtJS component object.

3 lines 108 B
export default function toggleState(state) { return state.$$setState(currentState => !currentState); }