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