UNPKG

qilin-components

Version:

Components used by Qilin editor and Qilin plugins

14 lines (12 loc) 337 B
/* @flow */ export { default as Button } from "./button"; export { default as Checkbox } from "./checkbox"; export { default as Color } from "./color"; export { default as Input } from "./input"; export { default as Label, LabelDescription, LabelSup, LabelSub } from "./label"; export { default as Textarea } from "./textarea";