import { ComponentStory, ComponentMeta } from '@storybook/react'; import { Col } from 'components/layout'; import { Button } from 'components/button'; import { ArrowRight } from 'icons'; import { Heading } from './index'; export default { title: 'App Components/Heading', component: Heading, } as ComponentMeta; const Template: ComponentStory = () => { return } />; }; export const Interactive = Template.bind({}); Interactive.args = {}; const headings = [ { title: 'My Spaces', badge: 14, isAction: true }, { title: 'My Rooms', badge: 6, isAction: true }, { title: 'Upcoming ', isAction: false }, { title: 'Happening Now ', isAction: true, action: (