@ -1,4 +1,4 @@
import React from 'react';
import * as React from 'react';
export function fillRef<T>(ref: React.Ref<T>, node: T) {
if (typeof ref === 'function') {
import { AntAnchor } from './Anchor';
const AnchorContext = React.createContext<AntAnchor>(null as any);