UNPKG

@fluentui/react-northstar

Version:
6 lines (5 loc) 362 B
export declare type ChatItemContextValue = { attached: boolean | 'top' | 'bottom'; }; export declare const ChatItemContext: import("@fluentui/react-bindings").Context<ChatItemContextValue>; export declare const ChatItemContextProvider: import("react").Provider<ChatItemContextValue> & import("react").FC<import("react").ProviderProps<ChatItemContextValue>>;