UNPKG

@testing-library/user-event

Version:
2 lines (1 loc) 160 B
export declare function getValueOrTextContent<T extends Element | null>(element: T): T extends HTMLInputElement | HTMLTextAreaElement ? string : string | null;