@engie-group/fluid-design-system-react
Version:
Fluid Design System React
9 lines (8 loc) • 328 B
TypeScript
import React from 'react';
import { NJChatInputProps } from './root/NJChatInputRoot';
type NJChatInputContextType = {
variant: NJChatInputProps['variant'];
};
export declare const NJChatInputContext: React.Context<NJChatInputContextType>;
export declare const useNJChatInputContext: () => NJChatInputContextType;
export {};