UNPKG

@yandex/ui

Version:

Yandex UI components

9 lines (8 loc) 217 B
/** * Возвращает ID для использования в тестах. * * @example * * getTestId('host', testId) */ export declare function getTestId(prefix: string, id?: string): string | undefined;