FLow
Type for data-qa attributes
Example:
Concept of ApiPropsT and PropsT
An ApiPropsT
represents props that are being passed to the React component. A PropsT
represents props that are being created inside the React component.
PropsT
usually contains spread of ApiPropsT
.
Example:
Last updated
Was this helpful?