jk-vue-comps 0.1.13 → 0.1.14

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.
@@ -1,9 +0,0 @@
1
- /** 时区项类型 */
2
- export type TimeZoneItem = {
3
- label: string;
4
- enLabel: string;
5
- value: string;
6
- tzNum: number;
7
- };
8
- /** 时区列表 */
9
- export declare const timeZoneOptions: TimeZoneItem[];