0.0.1 • Published 5 years ago

@veams/decorators v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

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 --save

Yarn

yarn add @veams/decorators

Usage

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

5 years ago