UNPKG

e2ed

Version:

E2E testing framework over Playwright

6 lines (5 loc) 235 B
import type { Selector } from '../../types/internal'; /** * Get checked input value from multiselector (usually from `<input type="radio">`). */ export declare const getCheckedInputValue: (input: Selector) => Promise<string | null>;