UNPKG

@lobehub/ui

Version:

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

7 lines (6 loc) 280 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'; export type * from './type';