@bulmil/core
Version:

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