UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

5 lines (4 loc) 172 B
import * as React from 'react'; import type { AntAnchor } from './Anchor'; declare const AnchorContext: React.Context<AntAnchor | undefined>; export default AnchorContext;