mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 21:34:25 +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
|
|
}
|