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