import type { Context } from "react"; import { createContext } from "react"; import type { TGridContext } from "../config/types"; export const GridContext: Context = createContext({ getCN: () => "", tag: "div", styles: {}, });