UNPKG

reakit-system

Version:

Reakit System utils

8 lines (7 loc) 274 B
import * as React from "react"; import { useCreateElement } from "./useCreateElement"; export declare type SystemContextType = { useCreateElement?: typeof useCreateElement; [key: string]: any; }; export declare const SystemContext: React.Context<SystemContextType>;