UNPKG

wix-style-react

Version:
8 lines (6 loc) 219 B
import { toggleSwitchDriverFactory } from 'wix-ui-core/drivers/vanilla'; export interface ToggleSwitchDriver extends ReturnType<typeof toggleSwitchDriverFactory> { getSize: () => string; getSkin: () => string; }