mirror of
https://github.com/ClovertaTheTrilobita/SanYeCao-blog.git
synced 2026-07-03 23:51:26 +00:00
18 lines
No EOL
399 B
TypeScript
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 { }; |