@hyperdart/frontend
v1.0.13
Published
hyperDart frontend for dart development
Downloads
122
Readme
@hyperdart/frontend
Used for creating the HOC for darts before publishing to hyperDart
Installation
npm install --save @hyperdart/frontend
Usage
import { withHD } from '@hyperdart/frontend';
const newDart = (props) => {
...
...
}
export default withHD (newDart)