mirror of
https://gitee.com/log4j/pig-ui.git
synced 2024-12-22 12:58:55 +08:00
5 lines
102 B
TypeScript
5 lines
102 B
TypeScript
declare module '*.vue' {
|
|
const component: DefineComponent<{}, {}, any>;
|
|
export default component;
|
|
}
|