0.0.1 • Published 7 years ago
@veams/decorators v0.0.1
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';Decorators in Detail
0.0.1
7 years ago