export default { title: 'Components/ComboBox', tags: ['autodocs'], parameters: { docs: { description: { component: 'ComboBox from ONLYOFFICE plugin UI.' } } } }; export const ComboBox = () => ` ComboBox Item 1 Item 2 Item 3 `; ComboBox.storyName = 'ComboBox';