mirror of
https://github.com/beak-insights/felicity-lims.git
synced 2025-02-24 00:42:59 +08: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;
|
||
|
}
|