adverich-kun-ui
Version:
Una librería de componentes Vue.js con Tailwind CSS
11 lines (10 loc) • 308 B
JavaScript
const t = {
text: { type: [String, Number], default: null },
color: { type: String, default: "text-gray-700 dark:text-gray-300" },
dense: { type: Boolean, default: !1 },
opacity: { type: String, default: "opacity-100" },
tag: { type: String, default: "div" }
};
export {
t as kunCardTextProps
};