sprof 0.0.203 → 0.0.205

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.
@@ -23,12 +23,22 @@ declare const _default: {
23
23
  type: StringConstructor;
24
24
  default: string;
25
25
  };
26
+ divider: {
27
+ type: BooleanConstructor;
28
+ default: boolean;
29
+ };
30
+ dividerColor: {
31
+ type: StringConstructor;
32
+ default: string;
33
+ };
26
34
  }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
27
35
  top: string;
28
36
  padding: string;
29
37
  background: string;
30
38
  shadow: boolean;
31
39
  zIndex: number;
40
+ divider: boolean;
41
+ dividerColor: string;
32
42
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
33
43
  P: {};
34
44
  B: {};
@@ -57,12 +67,22 @@ declare const _default: {
57
67
  type: StringConstructor;
58
68
  default: string;
59
69
  };
70
+ divider: {
71
+ type: BooleanConstructor;
72
+ default: boolean;
73
+ };
74
+ dividerColor: {
75
+ type: StringConstructor;
76
+ default: string;
77
+ };
60
78
  }>> & Readonly<{}>, {}, {}, {}, {}, {
61
79
  top: string;
62
80
  padding: string;
63
81
  background: string;
64
82
  shadow: boolean;
65
83
  zIndex: number;
84
+ divider: boolean;
85
+ dividerColor: string;
66
86
  }>;
67
87
  __isFragment?: undefined;
68
88
  __isTeleport?: undefined;
@@ -88,12 +108,22 @@ declare const _default: {
88
108
  type: StringConstructor;
89
109
  default: string;
90
110
  };
111
+ divider: {
112
+ type: BooleanConstructor;
113
+ default: boolean;
114
+ };
115
+ dividerColor: {
116
+ type: StringConstructor;
117
+ default: string;
118
+ };
91
119
  }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
92
120
  top: string;
93
121
  padding: string;
94
122
  background: string;
95
123
  shadow: boolean;
96
124
  zIndex: number;
125
+ divider: boolean;
126
+ dividerColor: string;
97
127
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
98
128
  $slots: {
99
129
  default?(_: {}): any;
@@ -153,12 +183,22 @@ export declare const Default: StoryFn<{
153
183
  type: StringConstructor;
154
184
  default: string;
155
185
  };
186
+ divider: {
187
+ type: BooleanConstructor;
188
+ default: boolean;
189
+ };
190
+ dividerColor: {
191
+ type: StringConstructor;
192
+ default: string;
193
+ };
156
194
  }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
157
195
  top: string;
158
196
  padding: string;
159
197
  background: string;
160
198
  shadow: boolean;
161
199
  zIndex: number;
200
+ divider: boolean;
201
+ dividerColor: string;
162
202
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
163
203
  P: {};
164
204
  B: {};
@@ -187,12 +227,22 @@ export declare const Default: StoryFn<{
187
227
  type: StringConstructor;
188
228
  default: string;
189
229
  };
230
+ divider: {
231
+ type: BooleanConstructor;
232
+ default: boolean;
233
+ };
234
+ dividerColor: {
235
+ type: StringConstructor;
236
+ default: string;
237
+ };
190
238
  }>> & Readonly<{}>, {}, {}, {}, {}, {
191
239
  top: string;
192
240
  padding: string;
193
241
  background: string;
194
242
  shadow: boolean;
195
243
  zIndex: number;
244
+ divider: boolean;
245
+ dividerColor: string;
196
246
  }>;
197
247
  __isFragment?: undefined;
198
248
  __isTeleport?: undefined;
@@ -218,12 +268,22 @@ export declare const Default: StoryFn<{
218
268
  type: StringConstructor;
219
269
  default: string;
220
270
  };
271
+ divider: {
272
+ type: BooleanConstructor;
273
+ default: boolean;
274
+ };
275
+ dividerColor: {
276
+ type: StringConstructor;
277
+ default: string;
278
+ };
221
279
  }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
222
280
  top: string;
223
281
  padding: string;
224
282
  background: string;
225
283
  shadow: boolean;
226
284
  zIndex: number;
285
+ divider: boolean;
286
+ dividerColor: string;
227
287
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
228
288
  $slots: {
229
289
  default?(_: {}): any;
@@ -19,6 +19,14 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
19
19
  type: StringConstructor;
20
20
  default: string;
21
21
  };
22
+ divider: {
23
+ type: BooleanConstructor;
24
+ default: boolean;
25
+ };
26
+ dividerColor: {
27
+ type: StringConstructor;
28
+ default: string;
29
+ };
22
30
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
23
31
  shadow: {
24
32
  type: BooleanConstructor;
@@ -40,12 +48,22 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
40
48
  type: StringConstructor;
41
49
  default: string;
42
50
  };
51
+ divider: {
52
+ type: BooleanConstructor;
53
+ default: boolean;
54
+ };
55
+ dividerColor: {
56
+ type: StringConstructor;
57
+ default: string;
58
+ };
43
59
  }>> & Readonly<{}>, {
44
60
  top: string;
45
61
  padding: string;
46
62
  background: string;
47
63
  shadow: boolean;
48
64
  zIndex: number;
65
+ divider: boolean;
66
+ dividerColor: string;
49
67
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>, {
50
68
  default?(_: {}): any;
51
69
  }>;