Enforces a standardized approach for end consumers using the component's API. Consumers are now required to provide a date as an ISO string in either UTC or with a UTC offset. The support for native Date objects has been removed to ensure consistent and reliable behavior across all implementations. By adopting this uniform input format, we can simplify usage and avoid potential inconsistencies in date handling.
5 lines
91 B
TypeScript
5 lines
91 B
TypeScript
export * from "./DatePicker";
|
|
export * from "./DateRangePicker";
|
|
|
|
export * from "./utils";
|