UNPKG

@tuniao/tnui-vue3-uniapp

Version:
9 lines (6 loc) 242 B
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'