import { withInstall } from '@element-plus/utils' import Affix from './src/affix.vue' import type { SFCWithInstall } from '@element-plus/utils' export const ElAffix: SFCWithInstall = withInstall(Affix) export default ElAffix export * from './src/affix'