UNPKG

@wix/design-system

Version:

@wix/design-system

9 lines (7 loc) 285 B
import { InputWithOptionsDriver } from '../InputWithOptions/InputWithOptions.driver'; export interface SearchDriver extends Omit<InputWithOptionsDriver, 'driver'> { driver: InputWithOptionsDriver['driver'] & { isExpandable: () => boolean; isCollapsed: () => boolean; }; }