UNPKG

@idares-ui/react

Version:
4 lines (3 loc) 154 B
/// <reference types="react" /> import { MainContextType } from "./types"; export declare const MainContext: import("react").Context<MainContextType>;