MCSManager/frontend/ant.d.ts

13 lines
255 B
TypeScript
Raw Normal View History

2023-12-18 17:41:03 +08:00
import { ComponentOptions } from "vue";
export {};
declare module "vue" {
export const componentOptions: ComponentOptions;
export interface GlobalComponents {
ATypographyParagraph: any;
ATypographyText: any;
ATypographyTitle: any;
}
}