Created
March 3, 2020 13:59
-
-
Save potato4d/a620177cf3449902852cfe9c78f37249 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import 'vue-tsx-support' | |
import { AllHTMLAttributes } from "vue-tsx-support/types/dom"; | |
declare module "vue-tsx-support/types/base" { | |
type HTMLAttrs = Omit<AllHTMLAttributes, 'size'> | |
interface ComponentAdditionalAttrs extends HTMLAttrs {} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment