b73009c9c80eb0521e654bf67ea23a8305b5d108645d6b8911f6c7e6cdb37936df792280207f483b35f8177ee2ca6c61cf26317f3f6d86017003b608a8a1b7 640 B

12345678
  1. import type { ExtractPropTypes, __ExtractPublicPropTypes } from 'vue';
  2. import type { RouteLocationRaw } from 'vue-router';
  3. export declare const breadcrumbItemProps: {
  4. readonly to: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => RouteLocationRaw & {}) | (() => RouteLocationRaw) | ((new (...args: any[]) => RouteLocationRaw & {}) | (() => RouteLocationRaw))[], unknown, unknown, "", boolean>;
  5. readonly replace: BooleanConstructor;
  6. };
  7. export type BreadcrumbItemProps = ExtractPropTypes<typeof breadcrumbItemProps>;
  8. export type BreadcrumbItemPropsPublic = __ExtractPublicPropTypes<typeof breadcrumbItemProps>;