UNPKG

@wix/design-system

Version:

@wix/design-system

11 lines 756 B
import type { DropdownLayoutUniDriver } from '../DropdownLayout/DropdownLayout.uni.driver'; import type { PopoverNextUniDriver } from '../PopoverNext/PopoverNext.uni.driver'; import type { InputUniDriver } from '../Input/Input.uni.driver'; /** * Used in InputWithOptions.uni.driver only. * * Because popover content (with dropdown inside) is rendered conditionally, this proxy * updates some dropdown methods. */ export declare const dropdownLayoutDriverProxy: (drodownLayoutFromRoot: () => DropdownLayoutUniDriver, dropdownLayoutTestkit: () => Promise<DropdownLayoutUniDriver | undefined>, popoverTestkit: () => PopoverNextUniDriver, inputDriver: InputUniDriver) => DropdownLayoutUniDriver; //# sourceMappingURL=InputWithOptions.proxy.driver.d.ts.map