diff --git a/packages/@react-spectrum/ai/exports/index.ts b/packages/@react-spectrum/ai/exports/index.ts index 418a959fcb6..873d5def2d5 100644 --- a/packages/@react-spectrum/ai/exports/index.ts +++ b/packages/@react-spectrum/ai/exports/index.ts @@ -35,6 +35,7 @@ export { export {TokenFieldValue} from 'react-aria-components/TokenField'; export {UserMessage} from '../src/UserMessage'; export {PixelLoader} from '../src/loader/react'; +export {AIButton} from '../src/AIButton'; export type {AttachmentProps, AttachmentListProps} from '../src/AttachmentList'; export type { @@ -72,3 +73,4 @@ export type { export type {TokenFieldValueOptions} from 'react-aria-components/TokenField'; export type {UserMessageProps} from '../src/UserMessage'; export type {PixelLoaderProps} from '../src/loader/react'; +export type {AIButtonProps} from '../src/AIButton';