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