@storybook/test 9.0.0-alpha.0 → 9.0.0-alpha.2

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/dist/index.d.ts CHANGED
@@ -173,7 +173,7 @@ declare function mocked<T>(item: T, options: {
173
173
  declare function mocked<T>(item: T): MaybeMocked<T>;
174
174
 
175
175
  type Queries = BoundFunctions<typeof queries>;
176
- declare module '@storybook/core/csf' {
176
+ declare module 'storybook/internal/csf' {
177
177
  interface Canvas extends Queries {
178
178
  }
179
179
  interface StoryContext {