adverich-kun-ui
Version:
Una librería de componentes Vue.js con Tailwind CSS
22 lines (21 loc) • 318 B
JavaScript
const t = {
subtitle: {
type: [String, Number],
default: null
},
dense: {
type: Boolean,
default: !1
},
color: {
type: String,
default: "text-gray-700 dark:text-gray-300"
},
fontWeight: {
type: String,
default: "font-normal"
}
};
export {
t as kunCardSubtitleProps
};