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