import { Canvas, Meta, ArgTypes } from '@storybook/blocks'; import { ThemeProvider } from 'styled-components'; import MessageAttachment from './'; import { lightTheme } from '../../../../theme'; import { GlobalStyles } from '../../../../theme/GlobalStyles'; import * as AttachmentStories from './Attachment.stories.tsx'; # MessageAttachment The MessageAttachment component displays basic information about attachment. ## Importing ```javascript import { MessageAttachment } from 'amazon-chime-sdk-component-library-react'; ``` ## Example ```jsx ``` ## Props