@engie-group/fluid-design-system-react
Version:
Fluid Design System React
11 lines (10 loc) • 895 B
TypeScript
export { NJChatInputRoot as Root } from './root/NJChatInputRoot';
export { NJChatInputActionButton as ActionButton } from './action-button/NJChatInputActionButton';
export { NJChatInputSuggestion as Suggestion } from './suggestion/NJChatInputSuggestion';
export { NJChatInputButton as Button } from './button/NJChatInputButton';
export { NJChatInputFileCard as FileCard } from './file-card/NJChatInputFileCard';
export type { NJChatInputProps as RootProps } from './root/NJChatInputRoot';
export type { NJChatInputActionButtonProps as ActionButtonProps } from './action-button/NJChatInputActionButton';
export type { NJChatInputSuggestionProps as SuggestionProps } from './suggestion/NJChatInputSuggestion';
export type { NJChatInputButtonProps as ButtonProps } from './button/NJChatInputButton';
export type { NJChatInputFileCardProps as FileCardProps } from './file-card/NJChatInputFileCard';