element-plus
Version:
A Component Library for Vue 3
7 lines (6 loc) • 569 B
TypeScript
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>;