profectus-docs/profectus-theme/resources/helpers/comment.d.ts

4 lines
155 B
TypeScript
Raw Normal View History

2023-04-12 23:41:44 +00:00
import { MarkdownTheme } from '../../theme';
export default function (theme: MarkdownTheme): void;
export declare function readFile(file: string): string;