UNPKG

@selfcommunity/react-core

Version:

React Core Components useful for integrating UI Community components (react-ui).

6 lines (5 loc) 217 B
export declare const CONTEXT_PROVIDERS_OPTION = "contextProviders"; /** * List of all nested providers that are required to run */ export declare const DEFAULT_CONTEXT_PROVIDERS: ((children: any) => JSX.Element)[];