Skip to content

Instantly share code, notes, and snippets.

@margauxflores
Created March 18, 2021 05:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save margauxflores/bdcfcec8f8988757f33f436524efe13e to your computer and use it in GitHub Desktop.
Save margauxflores/bdcfcec8f8988757f33f436524efe13e to your computer and use it in GitHub Desktop.
# TypeScript declaration to use $style in a Vue CSS Modules setup
import Vue from 'vue';
declare module 'vue/types/vue' {
interface Vue {
$style: { [key: string]: string };
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment