mirror of
https://github.com/certd/certd.git
synced 2026-05-17 05:37:30 +08:00
6 lines
145 B
TypeScript
6 lines
145 B
TypeScript
|
|
declare module "*.vue" {
|
||
|
|
import { DefineComponent } from "vue";
|
||
|
|
const component: DefineComponent<{}, {}, any>;
|
||
|
|
export default component;
|
||
|
|
}
|