9 lines
235 B
TypeScript
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'
|