import React from 'react'; import { Box, as } from 'folds'; import classNames from 'classnames'; import * as css from './Attachment.css'; export const Attachment = as<'div', css.AttachmentVariants>( ({ className, outlined, ...props }, ref) => ( ) ); export const AttachmentHeader = as<'div'>(({ className, ...props }, ref) => ( )); export const AttachmentBox = as<'div'>(({ className, ...props }, ref) => ( )); export const AttachmentContent = as<'div'>(({ className, ...props }, ref) => ( ));