clientApi
          .storiesOf('kind 2', { id: 'file2' } as any)
          .add('name 1', () => '1')
          .add('name 2', () => '2');