D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
diafdxji
/
shihty.com
/
wp-content
/
plugins
/
surecart
/
dist
/
components
/
components
/
Filename :
sc-form.d.ts
back
Copy
import type { Components, JSX } from "../types/components"; interface ScForm extends Components.ScForm, HTMLElement {} export const ScForm: { prototype: ScForm; new (): ScForm; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;