9 lines
242 B
TypeScript
9 lines
242 B
TypeScript
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'
|