Skip to content

Commit

Permalink
Merge branch 'main' into feat-aside-header-top-block
Browse files Browse the repository at this point in the history
  • Loading branch information
goshander authored Nov 16, 2023
2 parents 0dc20e8 + 1d28fda commit 6810fe9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Settings/Selection/context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ export function useSettingsSelectionProviderValue(

export const SettingsSelectionContextProvider = context.Provider;

export function useSettingsSelectionContext() {
export function useSettingsSelectionContext(): ContextValue {
return React.useContext(context);
}
2 changes: 1 addition & 1 deletion src/components/Settings/Selection/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export * from './context';
export {useSettingsSelectionContext} from './context';
export * from './types';
1 change: 1 addition & 0 deletions src/components/Settings/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export * from './Selection';
export * from './Settings';

0 comments on commit 6810fe9

Please sign in to comment.