// import type { vShow } from 'vue'; // export const INSTALLED_KEY = 'INSTALLED_KEY'; // declare global { // namespace JSX { // interface IntrinsicAttributes { // class?: any // style?: any // } // } // } // declare module '@vue/runtime-core' { // export interface App { // [INSTALLED_KEY]?: boolean // } // export interface GlobalComponents { // Component: (props: { is: Component | string }) => void // } // export interface ComponentCustomProperties { // vShow: typeof vShow // } // } // export {};