ranui
Version:
UI Component library based on `Web Component`
17 lines (16 loc) • 497 B
TypeScript
declare const Math_base: {
new (): HTMLElement;
prototype: HTMLElement;
};
export declare class Math extends Math_base {
contain: HTMLElement;
static get observedAttributes(): string[];
constructor();
get latex(): string;
set latex(value: string);
render(): void;
connectedCallback(): void;
attributeChangedCallback(k: string, o: string, n: string): void;
}
declare const _default: Promise<import("@/utils/index").CustomErrorType>;
export default _default;