import { Theme } from "@/constant"; import { Meta } from "@storybook/react"; import Popup from "./Popup"; const story: Meta = { title: "Components/Popup", component: Popup, argTypes: { theme: { control: "radio", options: Object.values(Theme), }, }, decorators: [ (Story) => (