Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
export {};
/**
* @docs https://vuejs.org/guide/typescript/options-api.html#augmenting-global-properties
*/
declare module 'vue' {
interface ComponentCustomProperties {
$style: Record<string, string>;
}