mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
6 lines
148 B
TypeScript
6 lines
148 B
TypeScript
declare module '*.vue' {
|
|
import { defineComponent } from 'vue'
|
|
const component: ReturnType<typeof defineComponent>
|
|
export default component
|
|
}
|