Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
porcellus committed Oct 22, 2023
1 parent 083e908 commit 4309453
Show file tree
Hide file tree
Showing 18 changed files with 1,301 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/ts/recipe/totp/componentOverrideContext.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { createGenericComponentsOverrideContext } from "../../components/componentOverride/genericComponentOverrideContext";

import type { ComponentOverrideMap } from "./types";

const [useContext, Provider] = createGenericComponentsOverrideContext<ComponentOverrideMap>();

export { useContext as useRecipeComponentOverrideContext, Provider as RecipeComponentsOverrideContextProvider };
Loading

0 comments on commit 4309453

Please sign in to comment.