@transkripid/flowbite-react
Version:
Official React components built for Flowbite and Tailwind CSS - Transkrip.id fork
17 lines (16 loc) • 375 B
JavaScript
const e = {
root: {
base: "space-y-1 text-gray-500 list-inside dark:text-gray-400",
ordered: {
off: "list-disc",
on: "list-decimal"
},
horizontal: "flex flex-wrap items-center space-x-4 space-y-0 justify-center list-none",
unstyled: "list-none",
nested: "ps-5 mt-2"
}
};
export {
e as listTheme
};
//# sourceMappingURL=theme.mjs.map