mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-27 09:21:35 +07:00
fix: stabilize logging config imports
This commit is contained in:
7
ui/src/types/create-markdown-preview.d.ts
vendored
Normal file
7
ui/src/types/create-markdown-preview.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
declare module "@create-markdown/preview" {
|
||||
export type PreviewThemeOptions = {
|
||||
sanitize?: ((html: string) => string) | undefined;
|
||||
};
|
||||
|
||||
export function applyPreviewTheme(html: string, options?: PreviewThemeOptions): string;
|
||||
}
|
||||
Reference in New Issue
Block a user