mirror of
https://github.com/fmhy/edit.git
synced 2026-01-18 01:41:52 +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;
|
|
}
|