9 lines
242 B
TypeScript
Raw Permalink Normal View History

2024-11-05 10:14:41 +08:00
import { withNoopInstall } from '../../utils'
import Sticky from './src/sticky.vue'
export const TnSticky = withNoopInstall(Sticky)
export default TnSticky
export * from './src/sticky'
export type { TnStickyInstance } from './src/instance'