UNPKG

@nlabs/arkhamjs-utils-react

Version:

ArkhamJS React Utilities

11 lines (10 loc) 300 B
/** * 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; }