mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
8 lines
150 B
TypeScript
8 lines
150 B
TypeScript
declare module "*.vue" {
|
|
import { defineComponent } from 'vue'
|
|
|
|
const Component: ReturnType<typeof defineComponent>
|
|
|
|
export default Component
|
|
}
|