sprof 0.3.0 → 0.3.1

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.
@@ -141,7 +141,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
141
141
  };
142
142
  boxShadowResultList: {
143
143
  type: globalThis.PropType<string>;
144
- /** @type { typeof __VLS_ctx.searchForm } */ default: string;
144
+ default: string;
145
145
  };
146
146
  }>> & Readonly<{
147
147
  onInput?: ((...args: any[]) => any) | undefined;
@@ -204,7 +204,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
204
204
  };
205
205
  boxShadowResultList: {
206
206
  type: globalThis.PropType<string>;
207
- /** @type { typeof __VLS_ctx.searchForm } */ default: string;
207
+ default: string;
208
208
  };
209
209
  }>> & Readonly<{
210
210
  onInput?: ((...args: any[]) => any) | undefined;