UNPKG

@sparklink-pro/apant

Version:

Apollo & Antd tools

9 lines 333 B
/// <reference types="react" /> import { TypesRegistry } from '../registry/TypesRegistry'; export declare const TypesContext: import("react").Context<TypesRegistry | null>; /** * Hook to get the registry. */ export declare function useRegistry(): TypesRegistry; export default useRegistry; //# sourceMappingURL=useRegistry.d.ts.map