@partex/one-core 2.1.14 → 2.1.16

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 +1,6 @@
1
1
  declare const _default: {
2
2
  color: string[];
3
3
  backgroundColor: string;
4
- textStyle: {
5
- fontFamily: string;
6
- };
7
4
  title: {
8
5
  textStyle: {
9
6
  color: string;
@@ -1,9 +1,6 @@
1
1
  declare const _default: {
2
2
  color: string[];
3
3
  backgroundColor: string;
4
- textStyle: {
5
- fontFamily: string;
6
- };
7
4
  title: {
8
5
  textStyle: {
9
6
  color: string;
@@ -2,13 +2,8 @@ import { BuiltInGlobalTheme } from 'naive-ui/es/themes/interface';
2
2
  import { GlobalThemeOverrides } from 'naive-ui';
3
3
  import { ObjectKey } from '..';
4
4
  import { NDateLocale } from 'naive-ui/es/locales/date/enUS';
5
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
6
- declare const _default: DefineComponent<{
7
- hljs: {
8
- type: PropType<any>;
9
- default: undefined;
10
- };
11
- }, {
5
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
6
+ declare const _default: DefineComponent<{}, {
12
7
  zhCN: {
13
8
  name: string;
14
9
  global: {
@@ -155,12 +150,5 @@ declare const _default: DefineComponent<{
155
150
  };
156
151
  lightTheme: GlobalThemeOverrides;
157
152
  darkTheme: BuiltInGlobalTheme;
158
- }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<{
159
- hljs: {
160
- type: PropType<any>;
161
- default: undefined;
162
- };
163
- }>>, {
164
- hljs: any;
165
- }, {}>;
153
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<{}>>, {}, {}>;
166
154
  export default _default;