@lawkit/ui 0.1.42 → 0.1.43
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -15,7 +15,7 @@ export interface InputDateRangePickerProps extends Omit<HTMLAttributes<HTMLDivEl
|
|
|
15
15
|
maxDate?: Date;
|
|
16
16
|
}
|
|
17
17
|
/**
|
|
18
|
-
* **InputDateRangePicker**
|
|
18
|
+
* **InputDateRangePicker**
|
|
19
19
|
*
|
|
20
20
|
* 하나의 Input에 `yyyy-MM-dd ~ yyyy-MM-dd` 형태로 범위를 표시하는 기본안입니다.
|
|
21
21
|
*
|
|
@@ -41,7 +41,7 @@ export interface InputDateRangePickerSplitProps extends Omit<HTMLAttributes<HTML
|
|
|
41
41
|
maxDate?: Date;
|
|
42
42
|
}
|
|
43
43
|
/**
|
|
44
|
-
* **InputDateRangePickerSplit**
|
|
44
|
+
* **InputDateRangePickerSplit**
|
|
45
45
|
*
|
|
46
46
|
* Input 2개(시작일/종료일)로 범위를 보여주는 보조 variant입니다.
|
|
47
47
|
*/
|