EASYAIuniappNewUI/node_modules/tnuiv3p-tn-suspend-button/index.ts
2025-02-08 18:50:38 +08:00

9 lines
282 B
TypeScript

import { withNoopInstall } from '@tuniao/tnui-vue3-uniapp/utils'
import suspendButton from './index.vue'
export const TnSuspendButton = withNoopInstall(suspendButton)
export default TnSuspendButton
export * from './types'
export type { TnSuspendButtonInstance } from './instance'