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.
7 lines
569 B
7 lines
569 B
import type { ExtractPropTypes, Component } from 'vue';
|
|
export declare const breadcrumbProps: {
|
|
readonly separator: import("element-plus/es/utils/props").BuildPropReturn<StringConstructor, "/", unknown, unknown, unknown>;
|
|
readonly separatorIcon: import("element-plus/es/utils/props").BuildPropReturn<import("element-plus/es/utils/props").PropWrapper<string | Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>>, "", unknown, unknown, unknown>;
|
|
};
|
|
export declare type BreadcrumbProps = ExtractPropTypes<typeof breadcrumbProps>;
|