UNPKG

@kadconsulting/dry

Version:
7 lines (6 loc) 239 B
/// <reference types="react" /> export interface CurrentExampleComponentProps extends React.HTMLAttributes<HTMLElement> { passProps?: object; /** Support @testing-library/react `screen.getByTestId` */ 'data-testid'?: string; }