context.d.ts 155 Bytes Raw Blame History Permalink 1 2 3 4 import * as React from 'react'; import { AntAnchor } from './Anchor'; declare const AnchorContext: React.Context<AntAnchor>; export default AnchorContext;