|
@@ -1,7 +1,5 @@
|
|
|
|
|
|
|
|
|
-import { ObjectDirective } from 'vue'
|
|
|
-import { FormatType } from './directives'
|
|
|
|
|
|
declare module '*.vue' {
|
|
|
import { DefineComponent } from 'vue'
|
|
@@ -31,9 +29,3 @@ interface ImportMetaEnv {
|
|
|
interface ImportMeta {
|
|
|
readonly env: ImportMetaEnv
|
|
|
}
|
|
|
-
|
|
|
-declare module 'vue' {
|
|
|
- interface ComponentCustomProperties {
|
|
|
- vFormat: ObjectDirective<HTMLElement, FormatType>
|
|
|
- }
|
|
|
-}
|