EASYAIuniappNewUI/node_modules/@tuniao/tnui-vue3-uniapp/components/sticky/index.ts
2025-02-08 18:50:38 +08:00

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'