1.0.13 • Published 9 months ago
@hyperdart/frontend v1.0.13
@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)