9 lines
235 B
TypeScript
Raw Permalink Normal View History

2024-11-05 10:07:15 +08:00
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'