You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@webflow/designer-extension-typings

Package Overview
Dependencies
Maintainers
12
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webflow/designer-extension-typings

Typings for the Webflow Designer Extension API

latest
npmnpm
Version
2.0.29
Version published
Maintainers
12
Created
Source

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"
        ]
      }
    }
    

FAQs

Package last updated on 09 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts