UNPKG

423 BTypeScriptView Raw
1/// <reference types="react" />
2import { Charisma } from "@charisma-ai/sdk";
3export declare type CharismaContextType = Charisma | null | undefined;
4export declare const CharismaContext: import("react").Context<CharismaContextType>;
5declare const CharismaProvider: import("react").Provider<CharismaContextType>, CharismaConsumer: import("react").Consumer<CharismaContextType>;
6export { CharismaProvider, CharismaConsumer };