UNPKG

172 BTypeScriptView Raw
1import * as React from 'react';
2import type { AntAnchor } from './Anchor';
3declare const AnchorContext: React.Context<AntAnchor | undefined>;
4export default AnchorContext;