UNPKG

@eccenca/gui-elements

Version:

GUI elements based on other libraries, usable in React application, written in Typescript.

9 lines (8 loc) 223 B
export interface TestableComponent { /** * Can be set to use it as selector in test environments. * It is also possible to use `data-testid`. */ "data-test-id"?: string; "data-testid"?: string; }