refactor(component): input component (#2275)

This commit is contained in:
Himself65
2023-05-09 10:39:39 +08:00
committed by GitHub
parent cba3293326
commit 53db6a6e9d
7 changed files with 97 additions and 70 deletions

View File

@@ -3,7 +3,6 @@ export * from './styles';
export * from './ui/breadcrumbs';
export * from './ui/button';
export * from './ui/confirm';
export * from './ui/divider';
export * from './ui/empty';
export * from './ui/input';
export * from './ui/layout';