MCSManager/frontend/ant.d.ts
2023-12-18 17:41:03 +08:00

13 lines
255 B
TypeScript

import { ComponentOptions } from "vue";
export {};
declare module "vue" {
export const componentOptions: ComponentOptions;
export interface GlobalComponents {
ATypographyParagraph: any;
ATypographyText: any;
ATypographyTitle: any;
}
}