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