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

9 lines
272 B
TypeScript

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