@bulmil/core
Version:

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