UNPKG

flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

12 lines (9 loc) 238 B
'use client'; import { setStore } from '../index.js'; function StoreInitClient(props) { setStore(props); return null; } StoreInitClient.displayName = "StoreInitClient"; export { StoreInitClient }; //# sourceMappingURL=client.js.map