Socket
Book a DemoInstallSign in
Socket

@shopify/app-bridge-ui-types

Package Overview
Dependencies
Maintainers
6
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shopify/app-bridge-ui-types

Type definitions for App Bridge UI.

latest
npmnpm
Version
0.3.3
Version published
Weekly downloads
1.8K
-0.67%
Maintainers
6
Weekly downloads
 
Created
Source

@shopify/app-bridge-ui-types

Type definitions for App Bridge UI.

Installation

Add the types package as a dev dependency:

npm i -D @shopify/app-bridge-ui-types

Usage

Since App Bridge UI is not imported directly, you need to add the types to your TypeScript configuration in one of the following ways:

Method 1: Add to tsconfig.json

{
  "compilerOptions": {
    "types": ["@shopify/app-bridge-ui-types"]
  }
}

Method 2: Add as a triple-slash reference

Add the following line at the top of your TypeScript files where you need the types:

/// <reference types="@shopify/app-bridge-ui-types" />

FAQs

Package last updated on 30 Sep 2025

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