/* * File: index.js * Author: insane (luojie@doctorwork.com) * Last: insane (luojie@doctorwork.com>) * Date: 2018-05-Su 01:41:36 * Copyright 2018 - 2018 © Doctorwork */ export { default as Input } from './Input'; export { default as Switch } from './Switch'; export { default as FootBtn } from './FootBtn'; export { default as Label } from './Label';