mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
18 lines
385 B
TypeScript
18 lines
385 B
TypeScript
import default_textArea from './default';
|
|
import disabled from './disabled';
|
|
import autosize from './autosize';
|
|
import types from './types';
|
|
import status from './status';
|
|
import helper from './helper';
|
|
import controlledUncontrolled from './controlledUncontrolled';
|
|
|
|
export default {
|
|
default_textArea,
|
|
disabled,
|
|
autosize,
|
|
types,
|
|
status,
|
|
helper,
|
|
controlledUncontrolled
|
|
};
|