Tried your solution but it doesn't work on my side, I got this error: error TS2559: Type '(args: any) => { props: any; template: string; }' has no properties in common with type 'Story'. export const WithData: Story = args => ({
Sounded promising though.