Browse Source
Merge in VISUAL/fineui from ~IMPACT/fine_ui:es6 to es6 * commit '4efd86dc35c980e3c754611464af6469f7e00f40': KERNEL-13901 refactor: input文件夹ES6化补充es6
Impact-吴家豪
2 years ago
5 changed files with 96 additions and 75 deletions
@ -1,2 +1,6 @@
|
||||
export { Input } from "./input"; |
||||
export { File } from "./file"; |
||||
export { Checkbox } from "./checkbox/checkbox"; |
||||
export { ImageCheckbox } from "./checkbox/checkbox.image"; |
||||
export { Radio } from "./radio/radio"; |
||||
export { ImageRadio } from "./radio/radio.image"; |
Loading…
Reference in new issue