UNPKG

@payfit/unity-components

Version:

7 lines (6 loc) 703 B
export { AIButton, type AIButtonProps } from './components/ai-button/AIButton.js'; export { PayfitAIBrand, type PayfitAIBrandProps, } from './components/payfit-ai-brand/PayfitAIBrand.js'; export { AITriggerButton, type AITriggerButtonBrandSlotProps, type AITriggerButtonProps, } from './components/ai-trigger-button/AITriggerButton.js'; export { AIComposerAttachment, type AIComposerAttachmentProps, } from './components/ai-composer/parts/AIComposerAttachment.js'; export { AIComposerAttachmentsGroup, type AIComposerAttachmentsGroupProps, } from './components/ai-composer/parts/AIComposerAttachmentsGroup.js'; export { aiGradientEffect, aiGradientSurfaceEffect, } from './utils/ai-gradient-effect.js';