@fluentui/react-northstar
Version:
A themable React component library.
6 lines (5 loc) • 362 B
TypeScript
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>>;