FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
surecart
/
dist
/
components
/
components
Edit File: sc-checkout-stock-alert.d.ts
import type { Components, JSX } from "../types/components"; interface ScCheckoutStockAlert extends Components.ScCheckoutStockAlert, HTMLElement {} export const ScCheckoutStockAlert: { prototype: ScCheckoutStockAlert; new (): ScCheckoutStockAlert; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;
Save
Back