zview-plus
Version:
基于 Vue3 的 UI 组件库
13 lines (12 loc) • 336 B
TypeScript
import type { ExtractPropTypes } from "vue";
export declare const BreadcrumbProps: {
separator: {
type: StringConstructor;
default: string;
};
separatorIcon: {
type: StringConstructor;
default: string;
};
};
export declare type BreadcrumbProps = ExtractPropTypes<typeof BreadcrumbProps>;