@engie-group/fluid-design-system-react
Version:
Fluid Design System React
12 lines (11 loc) • 794 B
TypeScript
export { NJChatInputRoot } from './root/NJChatInputRoot';
export { NJChatInputActionButton } from './action-button/NJChatInputActionButton';
export { NJChatInputSuggestion } from './suggestion/NJChatInputSuggestion';
export { NJChatInputButton } from './button/NJChatInputButton';
export { NJChatInputFileCard } from './file-card/NJChatInputFileCard';
export type { NJChatInputProps } from './root/NJChatInputRoot';
export type { NJChatInputActionButtonProps } from './action-button/NJChatInputActionButton';
export type { NJChatInputSuggestionProps } from './suggestion/NJChatInputSuggestion';
export type { NJChatInputButtonProps } from './button/NJChatInputButton';
export type { NJChatInputFileCardProps } from './file-card/NJChatInputFileCard';
export * as NJChatInput from './namespace';