mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-09 09:57:19 +08:00
11 lines
265 B
TypeScript
11 lines
265 B
TypeScript
import { withBase } from '../utils';
|
|
declare const _default: {
|
|
components: {
|
|
NavBarLinks: import("vue").ComponentOptions<{}, any, any, any, any, any, any, any>;
|
|
};
|
|
setup(): {
|
|
withBase: typeof withBase;
|
|
};
|
|
};
|
|
export default _default;
|