t-fighting-design
Version:
Fighting design can quickly build interactive interfaces in vue3 applications, which looks good.
23 lines (22 loc) • 356 B
JavaScript
const e = {
separator: {
type: Object,
default: () => null
},
itemColor: {
type: String,
default: () => ""
},
separatorColor: {
type: String,
default: () => ""
},
fontSize: {
type: [String, Number],
default: () => ""
}
}, t = Symbol("BreadcrumbPropsKey");
export {
t as BreadcrumbPropsKey,
e as Props
};