@webflow/designer-extension-typings
v2.0.23
Published
Typings for the Webflow Designer Extension API
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" ] } }
