@blueking/date-picker 2.0.0-beta.7 → 2.0.0-beta.8

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blueking/date-picker",
3
- "version": "2.0.0-beta.7",
3
+ "version": "2.0.0-beta.8",
4
4
  "description": "蓝鲸监控平台日期时间选择",
5
5
  "license": "MIT",
6
6
  "author": "Tencent BlueKing",
package/typings/vue3.d.ts CHANGED
@@ -4,3 +4,4 @@ export { DatePicker, dayjs };
4
4
  export default DatePicker;
5
5
  export * from './utils/date';
6
6
  export * from './utils/constant';
7
+ export type * from './utils/types';