chore(types): remove unnecessary export statements from global and unocss type definitions
This commit is contained in:
@@ -7,5 +7,3 @@ declare module 'vue' {
|
|||||||
$__DEV__: boolean;
|
$__DEV__: boolean;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export {};
|
|
||||||
|
@@ -16,5 +16,3 @@ declare module 'vue' {
|
|||||||
interface HTMLAttributes
|
interface HTMLAttributes
|
||||||
extends Partial<Record<import('@unocss/preset-attributify').AttributifyNames, boolean | string>> {}
|
extends Partial<Record<import('@unocss/preset-attributify').AttributifyNames, boolean | string>> {}
|
||||||
}
|
}
|
||||||
|
|
||||||
export {};
|
|
||||||
|
Reference in New Issue
Block a user