import { PropsWithChildren } from "react"; //#region src/stores/types.d.ts interface PersistStoreProps { namePrefix?: string; } type PersistStoreProviderProps = PropsWithChildren; //#endregion export { PersistStoreProps, PersistStoreProviderProps }; //# sourceMappingURL=types.d.ts.map