mirror of
https://github.com/certd/certd.git
synced 2026-05-16 05:07:32 +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;
|
|
}
|