@webflow/designer-extension-typings
v2.0.5
Published
Typings for the Webflow Designer Extension API
Downloads
905
Keywords
Readme
Webflow Designer Extension API typings
This project contains TypeScript type declarations for the Webflow Designer Extension API.
Usage
- Installation
npm i --save-dev @webflow/designer-extension-typings
- Configure
tsconfig.json
{ "compilerOptions": { "typeRoots": [ "./node_modules/@types", "./node_modules/@webflow" ] } }