```ts // Button.stories.tsx import React from 'react'; import { Button } from './Button'; export const Primary: React.VFC<{}> = () => ; ```