9 lines
235 B
TypeScript
Raw Normal View History

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