UNPKG

tdesign-vue-next

Version:
16 lines (15 loc) 370 B
export function compileUsage(options: { usage: object; demoPath: string; componentName: string; }): { importStr: string; installStr: string; markdownStr: string; }; export function getGitTimestamp(file: string): Promise<number>; declare namespace _default { export { compileUsage }; export { getGitTimestamp }; } export default _default;