UNPKG

pile-ui

Version:

pile components build with React.

17 lines (16 loc) 669 B
/*! * pile-ui.js v2.0.5-alpha.0 * (c) 2018-2019 Pile Team * Released under the MIT License. */ export { default as Icon } from '@pile-ui/icon'; export { default as Button } from '@pile-ui/button'; export { default as Toast } from '@pile-ui/toast'; export { default as Switch } from '@pile-ui/switch'; export { default as InputFiled } from '@pile-ui/inputfiled'; export { default as Radio } from '@pile-ui/radio'; export { default as Alert } from '@pile-ui/alert'; export { default as Confirm } from '@pile-ui/confirm'; export { default as Validator } from '@pile-ui/validator'; export { Field, FieldSet } from '@pile-ui/field'; //# sourceMappingURL=pile.esm.js.map