mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-23 22:55:24 +00: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