Files
2026-01-09 14:52:46 +00:00

5 lines
172 B
TypeScript

import * as React from 'react';
import type { AntAnchor } from './Anchor';
declare const AnchorContext: React.Context<AntAnchor | undefined>;
export default AnchorContext;