iportal
Version:
web-portal
19 lines (18 loc) • 457 B
TypeScript
declare const _default: {
config: {
index: string;
title: string;
level: number;
free: boolean;
prerender: string[];
animation: string;
background: boolean;
safeArea: string[];
render: (target: HTMLElement) => void;
globalCSSVariables: {
'--background': string;
'--mainColor': string;
};
};
};
export default _default;