UNPKG

@tomino/dynamic-form-semantic-ui

Version:

Semantic UI form renderer based on dynamic form generation

10 lines 307 B
export const Cache = { _cachedProps: {}, cachedPropNames(element) { if (!this._cachedProps[element.control]) { this._cachedProps[element.control] = Object.keys(element.props); } return this._cachedProps[element.control]; } }; //# sourceMappingURL=cache.js.map