9 lines
242 B
TypeScript
Raw Permalink Normal View History

2024-11-05 10:07:15 +08:00
import { withNoopInstall } from '../../utils'
import Footer from './src/footer.vue'
export const TnFooter = withNoopInstall(Footer)
export default TnFooter
export * from './src/footer'
export type { TnFooterInstance } from './src/instance'