UNPKG

@salla.sa/twilight-components

Version:
12 lines (10 loc) 400 B
import type { Components, JSX } from "../types/components"; interface SallaFulfillmentMethods extends Components.SallaFulfillmentMethods, HTMLElement {} export const SallaFulfillmentMethods: { prototype: SallaFulfillmentMethods; new (): SallaFulfillmentMethods; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;