ivue-material-plus
Version:
A high quality UI components Library with Vue.js
28 lines (22 loc) • 582 B
TypeScript
// 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 {};