@veams/decorators
v0.0.1
Published
Decorators for Veams framework.
Downloads
2
Readme
Veams Decorators (@veams/decorators)
The Veams Decorators are helper scripts to support an easy extending of components.
TypeScript is supported.
Installation
NPM
npm install @veams/decorators --saveYarn
yarn add @veams/decoratorsUsage
Just import the helper you need:
import renderOnChange from '@veams/decorators/lib/render-on-change';or the whole library
import * as decorators from '@veams/decorators';