@bulmil/core
Version:

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