import React from "react"; import { StoryFn, Meta } from "@storybook/react"; import { Content, Root, Tabs, Select } from "./index"; const Story: Meta = { title: "Unofficial/DemographicsCategoryTabs", component: Root, argTypes: { options: { activeTab: "income", }, }, }; export default Story; const DesktopAllTemplate: StoryFn = (args) => ( ); const DesktopTemplate: StoryFn = (args) => ( ); const MobileTemplate: StoryFn = (args) => (