mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-03 04:59:31 +08:00
4 lines
115 B
Text
4 lines
115 B
Text
export declare function prepareContent({ options, content, }: {
|
|
options: any;
|
|
content: string;
|
|
}): string;
|