mirror of
https://github.com/fmhy/edit.git
synced 2026-02-08 12:11:07 +11:00
6 lines
124 B
TypeScript
6 lines
124 B
TypeScript
import { type Component } from "vue";
|
|
|
|
declare module "*.vue" {
|
|
const component: Component;
|
|
export default component;
|
|
}
|