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

9 lines
235 B
TypeScript

import { withNoopInstall } from '../../utils'
import Title from './src/title.vue'
export const TnTitle = withNoopInstall(Title)
export default TnTitle
export * from './src/title'
export type { TnTitleInstance } from './src/instance'