Skip to content

Commit

Permalink
add stripes-core useNamespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ncovercash committed Sep 26, 2024
1 parent 91da77e commit a0f0fd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const Redirect: any;
export const ModuleHierarchyContext: any;
export const ModuleHierarchyProvider: any;
export const useModuleHierarchy: any;
export const useNamespace: any;
export * from './src/components/Namespace';

Check failure on line 35 in core/index.d.ts

View workflow job for this annotation

GitHub Actions / ui / Run Jest tests / Run Jest tests

Cannot find module './src/components/Namespace' or its corresponding type declarations.
export const withNamespace: any;
export const tVisitedContext: any;
export const tVisited: any;
Expand Down

0 comments on commit a0f0fd4

Please sign in to comment.