@vonq/hapi-elements-types
v1.42.0
Published
This package contains Typescript definitions for HAPI Elements
Downloads
1,790
Readme
This package contains type definitions for VONQ HAPI Elements project.
To get started using the types, install the package as a dev dependency:
Using NPM:
npm install @vonq/hapi-elements-types --save-dev
Using Yarn:
yarn add -D @vonq/hapi-elements-types
All the types have been exported in a single file so you can get started using the types as such:
import {CampaignCreateForm} from "@vonq/hapi-elements-types";
const campaignObject: CampaignCreateForm = {} //Typescript will warn about missing properties