UNPKG

@opentiny/tiny-toolkit-pro

Version:

TinyPro Vue:开箱即用、前后端分离的 Vue 后台管理模板

5 lines (4 loc) 188 B
import { ProjectInfo } from './interfaces'; export declare const installDependencies: (answers: ProjectInfo) => void; declare const _default: () => Promise<void>; export default _default;