summaryrefslogtreecommitdiff
path: root/components/common/date-picker/index.ts
diff options
context:
space:
mode:
authorjoonhoekim <26rote@gmail.com>2025-12-04 11:42:07 +0900
committerjoonhoekim <26rote@gmail.com>2025-12-04 11:42:07 +0900
commitc26d78eabf13498c9817885b54512593c6a33f8d (patch)
tree5da80c5acad09b897ce0de42c6771ee36f3d83cc /components/common/date-picker/index.ts
parent0f3954bf57e65caef7b7dd14ea5fccb63fdb2bef (diff)
(김준회) 공통컴포넌트: YYYY-MM-DD 형태 수동 입력과 캘린더에서 선택 지원하는 date 입력 컴포넌트
Diffstat (limited to 'components/common/date-picker/index.ts')
-rw-r--r--components/common/date-picker/index.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/components/common/date-picker/index.ts b/components/common/date-picker/index.ts
new file mode 100644
index 00000000..85c0c259
--- /dev/null
+++ b/components/common/date-picker/index.ts
@@ -0,0 +1,3 @@
+// 공용 날짜 선택기 컴포넌트
+export { DatePickerWithInput, type DatePickerWithInputProps } from './date-picker-with-input'
+