Skip to content

Commit

Permalink
bump v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joshgoebel committed Jun 22, 2021
1 parent e3d5d84 commit ada6768
Show file tree
Hide file tree
Showing 6 changed files with 173 additions and 144 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text=auto
2 changes: 1 addition & 1 deletion dist/lib/utils.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export declare function escapeHtml(value: string): string;
export declare function escapeHtml(value: string): string;
//# sourceMappingURL=utils.d.ts.map
70 changes: 35 additions & 35 deletions dist/vue.d.ts
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
import { Plugin } from 'vue';
declare const component: import("vue").DefineComponent<{
code: {
type: StringConstructor;
required: true;
};
language: {
type: StringConstructor;
default: string;
};
autodetect: {
type: BooleanConstructor;
default: boolean;
};
ignoreIllegals: {
type: BooleanConstructor;
default: boolean;
};
}, {
className: import("vue").ComputedRef<string>;
highlightedCode: import("vue").ComputedRef<string>;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
code: string;
language: string;
autodetect: boolean;
ignoreIllegals: boolean;
} & {}>, {
language: string;
autodetect: boolean;
ignoreIllegals: boolean;
}>;
declare const plugin: Plugin & {
component: typeof component;
};
export default plugin;
import { Plugin } from 'vue';
declare const component: import("vue").DefineComponent<{
code: {
type: StringConstructor;
required: true;
};
language: {
type: StringConstructor;
default: string;
};
autodetect: {
type: BooleanConstructor;
default: boolean;
};
ignoreIllegals: {
type: BooleanConstructor;
default: boolean;
};
}, {
className: import("vue").ComputedRef<string>;
highlightedCode: import("vue").ComputedRef<string>;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
code: string;
language: string;
autodetect: boolean;
ignoreIllegals: boolean;
} & {}>, {
language: string;
autodetect: boolean;
ignoreIllegals: boolean;
}>;
declare const plugin: Plugin & {
component: typeof component;
};
export default plugin;
//# sourceMappingURL=vue.d.ts.map
Loading

0 comments on commit ada6768

Please sign in to comment.