import type { AffixProps, AffixState } from 'antd/es/affix'; import Affix from 'antd/es/affix'; export type { AffixProps, AffixState }; export default Affix;