You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
535 B
8 lines
535 B
import type { ExtractPropTypes } from 'vue';
|
|
import type { RouteLocationRaw } from 'vue-router';
|
|
export declare const breadcrumbItemProps: {
|
|
readonly to: import("element-plus/es/utils/props").BuildPropReturn<import("element-plus/es/utils/props").PropWrapper<RouteLocationRaw>, "", unknown, unknown, unknown>;
|
|
readonly replace: import("element-plus/es/utils/props").BuildPropReturn<BooleanConstructor, false, unknown, unknown, unknown>;
|
|
};
|
|
export declare type BreadcrumbItemProps = ExtractPropTypes<typeof breadcrumbItemProps>;
|