tdesign-vue-next
Version:
TDesign Component for vue-next
16 lines (15 loc) • 370 B
TypeScript
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;