import { ComponentMeta, ComponentStory } from '@storybook/react'; const Template = ({ origin, query, title, width, height, }: { origin: string; query: string; title: string; width: number; height: number; }) => (