mirror of
https://github.com/element-plus/element-plus.git
synced 2025-02-11 11:39:43 +08:00
9 lines
185 B
TypeScript
9 lines
185 B
TypeScript
import { withInstall } from '@element-plus/utils-v2'
|
|
|
|
import Affix from './src/affix.vue'
|
|
|
|
export const ElAffix = withInstall(Affix)
|
|
export default ElAffix
|
|
|
|
export * from './src/affix'
|