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