feat: button, calendar, datePicker, input, pagination, icons 추가
This commit is contained in:
6
web-app/app/shared/components/inputGroup/index.ts
Normal file
6
web-app/app/shared/components/inputGroup/index.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import InternalInput from './Input';
|
||||
import { InputGroup as InternalInputGroup } from './InputGroup';
|
||||
|
||||
export const InputGroup = Object.assign(InternalInputGroup, {
|
||||
Input: InternalInput,
|
||||
});
|
||||
Reference in New Issue
Block a user