mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +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 }
|