SanYeCao-blog/src/global.d.ts
ClovertaTheTrilobita 018ad4ab1e update animation
refactor remark42 components
2026-04-13 22:35:33 +03:00

18 lines
No EOL
399 B
TypeScript

declare global {
interface Window {
REMARK42?: {
changeTheme?: (theme: string) => void;
};
remark_config?: {
host: string;
site_id: string;
components?: string[];
show_rss_subscription?: boolean;
theme?: string;
url?: string;
page_id?: string;
};
}
}
export { };