UNPKG

flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

16 lines (12 loc) 236 B
'use strict'; var plugin = require('tailwindcss/plugin'); var config = require('./config.cjs'); var index = plugin( // plugin () => { }, // config config.config ); module.exports = index; //# sourceMappingURL=index.cjs.map