mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-11 14:39:20 +00:00
6 lines
151 B
TypeScript
6 lines
151 B
TypeScript
declare module '*.vue' {
|
|
import { defineComponent } from 'vue';
|
|
const Component: ReturnType<typeof defineComponent>;
|
|
export default Component;
|
|
}
|