UNPKG

flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

11 lines (8 loc) 224 B
import { setStore } from '../index.js'; function StoreInitServer(props) { setStore(props); return null; } StoreInitServer.displayName = "StoreInitServer"; export { StoreInitServer }; //# sourceMappingURL=server.js.map