@bulmil/core
Version:

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