```ts // Button.stories.ts import { Button, ButtonProps } from './Button'; export const Primary: React.SFC<{}> = () => ; Primary.storyName='I am the primary'; ```