UNPKG

monday-ui-react-core

Version:

Official monday.com UI resources for application development in React.js

4 lines (3 loc) 217 B
import { ComponentDefaultTestId as TestIds } from "./constants"; export declare const ComponentDefaultTestId: typeof TestIds; export declare const getTestId: (elementType: TestIds, id?: string | number) => string;