The Veams Decorators are helper scripts to support an easy extending of components.
TypeScript is supported.
npm install @veams/decorators --saveyarn add @veams/decoratorsJust import the helper you need:
import renderOnChange from '@veams/decorators/lib/render-on-change';or the whole library
import * as decorators from '@veams/decorators';