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

9 lines
235 B
TypeScript

import { withNoopInstall } from '../../utils'
import Popup from './src/popup.vue'
export const TnPopup = withNoopInstall(Popup)
export default TnPopup
export * from './src/popup'
export type { TnPopupInstance } from './src/instance'