1
- import { Plugin } from 'vue' ;
2
- declare const component : import ( "vue" ) . DefineComponent < {
3
- code : {
4
- type : StringConstructor ;
5
- required : true ;
6
- } ;
7
- language : {
8
- type : StringConstructor ;
9
- default : string ;
10
- } ;
11
- autodetect : {
12
- type : BooleanConstructor ;
13
- default : boolean ;
14
- } ;
15
- ignoreIllegals : {
16
- type : BooleanConstructor ;
17
- default : boolean ;
18
- } ;
19
- } , {
20
- className : import ( "vue" ) . ComputedRef < string > ;
21
- highlightedCode : import ( "vue" ) . ComputedRef < string > ;
22
- } , unknown , { } , { } , import ( "vue" ) . ComponentOptionsMixin , import ( "vue" ) . ComponentOptionsMixin , Record < string , any > , string , import ( "vue" ) . VNodeProps & import ( "vue" ) . AllowedComponentProps & import ( "vue" ) . ComponentCustomProps , Readonly < {
23
- code : string ;
24
- language : string ;
25
- autodetect : boolean ;
26
- ignoreIllegals : boolean ;
27
- } & { } > , {
28
- language : string ;
29
- autodetect : boolean ;
30
- ignoreIllegals : boolean ;
31
- } > ;
32
- declare const plugin : Plugin & {
33
- component : typeof component ;
34
- } ;
35
- export default plugin ;
1
+ import { Plugin } from 'vue' ;
2
+ declare const component : import ( "vue" ) . DefineComponent < {
3
+ code : {
4
+ type : StringConstructor ;
5
+ required : true ;
6
+ } ;
7
+ language : {
8
+ type : StringConstructor ;
9
+ default : string ;
10
+ } ;
11
+ autodetect : {
12
+ type : BooleanConstructor ;
13
+ default : boolean ;
14
+ } ;
15
+ ignoreIllegals : {
16
+ type : BooleanConstructor ;
17
+ default : boolean ;
18
+ } ;
19
+ } , {
20
+ className : import ( "vue" ) . ComputedRef < string > ;
21
+ highlightedCode : import ( "vue" ) . ComputedRef < string > ;
22
+ } , unknown , { } , { } , import ( "vue" ) . ComponentOptionsMixin , import ( "vue" ) . ComponentOptionsMixin , Record < string , any > , string , import ( "vue" ) . VNodeProps & import ( "vue" ) . AllowedComponentProps & import ( "vue" ) . ComponentCustomProps , Readonly < {
23
+ code : string ;
24
+ language : string ;
25
+ autodetect : boolean ;
26
+ ignoreIllegals : boolean ;
27
+ } & { } > , {
28
+ language : string ;
29
+ autodetect : boolean ;
30
+ ignoreIllegals : boolean ;
31
+ } > ;
32
+ declare const plugin : Plugin & {
33
+ component : typeof component ;
34
+ } ;
35
+ export default plugin ;
36
36
//# sourceMappingURL=vue.d.ts.map
0 commit comments