1
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
import * as React from 'react';
|
||||
import type { AntAnchor } from './Anchor';
|
||||
declare const AnchorContext: React.Context<AntAnchor | undefined>;
|
||||
export default AnchorContext;
|
||||
Reference in New Issue
Block a user