import { Reuse } from '../../types/reuses'; import { RouteLocationRaw } from 'vue-router'; import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; export type ReuseProps = { reuse: Reuse; /** * The reuseUrl is a route location object to allow Vue Router to navigate to the details of a reuse. * It is used as a separate prop to allow other sites using the package to define their own reuse pages. */ reuseUrl: RouteLocationRaw; /** * The organizationUrl is an optional route location object to allow Vue Router to navigate to the details of the organization linked to tha reuse. * It is used as a separate prop to allow other sites using the package to define their own organization pages. */ organizationUrl?: RouteLocationRaw; }; declare const _default: DefineComponent & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>; export default _default; //# sourceMappingURL=ReuseCard.vue.d.ts.map