mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-09 09:57:19 +08:00
22 lines
645 B
TypeScript
22 lines
645 B
TypeScript
declare const _default: {
|
|
components: {
|
|
NavBarLink: import("vue").ComponentOptions<{}, any, any, any, any, any, any, any>;
|
|
NavDropdownLink: import("vue").ComponentOptions<{}, any, any, any, any, any, any, any>;
|
|
};
|
|
setup(): {
|
|
navData: import("vue").ComputedRef<any>;
|
|
repoInfo: import("vue").ComputedRef<{
|
|
link: string;
|
|
text: string;
|
|
} | null>;
|
|
localeCandidates: import("vue").ComputedRef<{
|
|
text: any;
|
|
items: {
|
|
text: any;
|
|
link: string;
|
|
}[];
|
|
} | null>;
|
|
};
|
|
};
|
|
export default _default;
|