UNPKG

@logicflow/dumi-theme-simple

Version:
6 lines (5 loc) 377 B
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;