/* eslint-disable @typescript-eslint/no-explicit-any */ import React from 'react'; import { composeStory } from '@storybook/react'; function renderStory(meta: any, story: any, index?: number) { const MyStory = composeStory(story, meta); return (