summaryrefslogtreecommitdiff
path: root/components/common/date-picker/index.ts
diff options
context:
space:
mode:
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'
+