mirror of
https://github.com/certd/certd.git
synced 2026-04-14 12:30:54 +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;
|
|
}
|