UNPKG

mt-flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

8 lines (7 loc) 187 B
import { StateCreator } from 'zustand'; export interface ConfigSlice { backendUrl: string; } export declare const createConfigSlice: StateCreator<ConfigSlice, [ ], [ ], ConfigSlice>;