mirror of
https://github.com/IT4Change/boilerplate-frontend.git
synced 2025-12-13 07:35:53 +00:00
6 lines
233 B
TypeScript
6 lines
233 B
TypeScript
import type { ComponentPublicInstance } from 'vue'
|
|
|
|
type Page = ComponentPublicInstance // https://stackoverflow.com/questions/63985658/how-to-type-vue-instance-out-of-definecomponent-in-vue-3/63986086#63986086
|
|
|
|
export type { Page }
|