- Preparing search index...
- The search index is not available
Orphic Cypress
Type alias ComponentStoryObjCy<T>
Component
Story
Obj
Cy
<T>: ComponentStoryObj<T> & WithCy<T> & { parameters
?: CyParameters<T>; }
Type Parameters
-
T extends keyof JSX.IntrinsicElements | JSXElementConstructor<any>
Drop this in where you would normally see ComponentStoryObj type to add cypress controls to storybook stories in the object format.