UNPKG

wix-style-react

Version:
9 lines (7 loc) 201 B
import { buttonDriverFactory } from '../Button.uni.driver'; export const buttonPrivateDriverFactory = base => { return { ...buttonDriverFactory(base), /** Returns the button size */ }; };