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