MDX partial args type error #21024
Unanswered
aditi-gawli
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
import {Meta, Story, Canvas, ArgsTable} from '@storybook/addon-docs';
import Media from '../components/Media';
import { mediaMock } from './mock-data/Media';
export const Template = (args) => <Media {...args} />
// partial args type error {Template.bind({})}Beta Was this translation helpful? Give feedback.
All reactions