import type { LinkProps } from '@vuecs/link'; export type AAccountShellNavItem = { key: string; label: string; icon?: string; link: LinkProps; active?: boolean; }; //# sourceMappingURL=types.d.ts.map