mirror of
https://github.com/withastro/astro.git
synced 2025-07-31 07:56:56 +08:00
4 lines
126 B
TypeScript
4 lines
126 B
TypeScript
declare module 'virtual:@astrojs/vue/app' {
|
|
export const setup: (app: import('vue').App<Element>) => void | Promise<void>;
|
|
}
|