iportal
Version:
web-portal
17 lines (16 loc) • 389 B
TypeScript
declare const _default: {
config: {
level: number;
title: string;
free: boolean;
source: {
html: string;
};
animation: string;
color: string;
background: "auto";
capture: (e: any) => boolean;
};
components: ((w: any) => CustomElementConstructor)[];
};
export default _default;