mirror of https://github.com/ctk-hq/ctk
feat: created `SuperFormContext` component
parent
5f44f74797
commit
0fc42edb9c
@ -0,0 +1,4 @@
|
|||||||
|
import { createContext } from "react";
|
||||||
|
import { ISuperFormContext } from "../types";
|
||||||
|
|
||||||
|
export const SuperFormContext = createContext<ISuperFormContext | null>(null);
|
||||||
@ -1 +1,2 @@
|
|||||||
export * from "./TabContext";
|
export * from "./TabContext";
|
||||||
|
export * from "./SuperFormContext";
|
||||||
|
|||||||
Loading…
Reference in New Issue