zview-plus
Version:
基于 Vue3 的 UI 组件库
29 lines (28 loc) • 397 B
JavaScript
const t = ["horizontal", "vertical"], e = {
direction: {
type: String,
value: t
}
}, o = {
height: {
type: String,
default: "60px"
}
}, r = {
width: {
type: String,
default: "300px"
}
}, i = {
height: {
type: String,
default: "60px"
}
};
export {
r as AsideProps,
e as ContainerProps,
t as Direction,
i as FooterProps,
o as HeaderProps
};