import { Canvas, Meta, ArgTypes } from '@storybook/blocks'; import { ThemeProvider } from 'styled-components'; import ChannelList from './'; import { _ChannelList } from './ChannelList.stories.tsx'; import { lightTheme } from '../../../../theme/'; import { GlobalStyles } from '../../../../theme/GlobalStyles'; import * as ChannelListStories from './ChannelList.stories.tsx'; # ChannelList The ChannelList component displays a column of chat channels. ## Importing ```javascript import { ChannelList } from 'amazon-chime-sdk-component-library-react'; ``` ## Example <_ChannelList /> ```jsx Option 1} onClick={() => console.log('Option 1 clicked')} />} /> Option 1} onClick={() => console.log('Option 1 clicked')} />} /> ``` ## Props