UNPKG

@sparklink-pro/apant

Version:

Apollo & Antd tools

8 lines 301 B
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