@logicflow/dumi-theme-simple
Version:
Simple website theme based on dumi2.
6 lines (5 loc) • 377 B
TypeScript
import { Status, TreeNode } from '../types';
export declare function ping(): Promise<Status>;
export declare const getChinaMirrorHost: (host?: string) => string;
export declare function getGithubSourceURL(githubUrl: string, relativePath: string, prefix?: string): string;
export declare const filterTreeNode: (treeNode: TreeNode, keyValue: string, locale: string) => TreeNode;