UNPKG

@lobehub/ui

Version:

Lobe UI is an open-source UI component library for building AIGC web apps

5 lines 250 B
export { default } from "./Input"; export { default as InputNumber } from "./InputNumber"; export { default as InputOPT } from "./InputOPT"; export { default as InputPassword } from "./InputPassword"; export { default as TextArea } from "./TextArea";