UNPKG

@testing-library/user-event

Version:
6 lines (5 loc) 197 B
/** * Expand a selection like the browser does when pressing Ctrl+A. */ export declare function selectAll(target: Element): void; export declare function isAllSelected(target: Element): boolean;