@nlabs/arkhamjs-utils-react
Version:
ArkhamJS React Utilities
11 lines • 348 B
TypeScript
/**
* Copyright (c) 2018-Present, Nitrogen Labs, Inc.
* Copyrights licensed under the MIT License. See the accompanying LICENSE file for terms.
*/
import { FluxFramework } from '@nlabs/arkhamjs';
export interface FluxProviderProps {
children?: any;
flux: FluxFramework;
state?: any;
}
//# sourceMappingURL=FluxProvider.types.d.ts.map