mirror of
https://github.com/beak-insights/felicity-lims.git
synced 2025-02-19 22:42:54 +08:00
5 lines
157 B
TypeScript
5 lines
157 B
TypeScript
declare module '*.vue' {
|
|
import { defineComponent } from 'vue';
|
|
const Component: ReturnType<typeof defineComponent>;
|
|
export default Component;
|
|
}
|