UNPKG

shineout

Version:

Shein 前端组件库

8 lines 303 B
import inputable from '../Form/inputable'; import { compose } from '../utils/func'; import Switch from './Switch'; import { consumer } from '../Checkbox/context'; var exports = compose(inputable, consumer)(Switch); exports.displayName = 'ShineoutSwitch'; exports.Switch = Switch; export default exports;