mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-09 09:57:19 +08:00
11 lines
311 B
TypeScript
11 lines
311 B
TypeScript
declare const _default: {
|
|
components: {
|
|
OutboundLink: import("vue").ComponentOptions<{}, any, any, any, any, any, any, any>;
|
|
};
|
|
setup(): {
|
|
editLink: import("vue").ComputedRef<string | null>;
|
|
editLinkText: import("vue").ComputedRef<string>;
|
|
};
|
|
};
|
|
export default _default;
|