UNPKG

narraleaf

Version:

Create your visual novel with Electron and React

8 lines (7 loc) 244 B
import { ReactNode } from "react"; type ContextType = {}; export declare function Provider({ children }: { children?: ReactNode; }): import("react/jsx-runtime").JSX.Element; export declare function useContextType(): ContextType; export {};