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