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