mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-09 01:47:20 +08:00
5 lines
118 B
TypeScript
5 lines
118 B
TypeScript
export declare function createApp(): {
|
|
app: import("vue").App<Element>;
|
|
router: import("./router").Router;
|
|
};
|