-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
97f2bbc
commit e3aa394
Showing
4 changed files
with
247 additions
and
9 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,245 @@ | ||
declare const _sfc_main: import("vue").DefineComponent<any, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("run" | "update:copy-status")[], "run" | "update:copy-status", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<any> & { | ||
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{ | ||
persistentCopyButton: { | ||
type: globalThis.PropType<boolean>; | ||
default: boolean; | ||
}; | ||
highlightjs: { | ||
type: globalThis.PropType<boolean>; | ||
default: boolean; | ||
}; | ||
floatingTabs: { | ||
type: globalThis.PropType<boolean>; | ||
default: boolean; | ||
}; | ||
tabGap: { | ||
type: globalThis.PropType<string | number>; | ||
default: string; | ||
}; | ||
copyTab: { | ||
type: globalThis.PropType<boolean>; | ||
default: boolean; | ||
}; | ||
height: { | ||
type: globalThis.PropType<string | number>; | ||
default: string; | ||
}; | ||
maxHeight: { | ||
type: globalThis.PropType<string | number>; | ||
default: string; | ||
}; | ||
codeBlockRadius: { | ||
type: globalThis.PropType<string>; | ||
default: string; | ||
}; | ||
runTab: { | ||
type: globalThis.PropType<boolean>; | ||
default: boolean; | ||
}; | ||
tabs: { | ||
type: globalThis.PropType<boolean>; | ||
default: boolean; | ||
}; | ||
code: { | ||
type: globalThis.PropType<string | number | object | []>; | ||
default: string; | ||
}; | ||
label: { | ||
type: globalThis.PropType<string>; | ||
default: string; | ||
}; | ||
lang: { | ||
type: globalThis.PropType<string>; | ||
default: string; | ||
}; | ||
browserWindow: { | ||
type: globalThis.PropType<boolean>; | ||
default: boolean; | ||
}; | ||
copyButton: { | ||
type: globalThis.PropType<boolean>; | ||
default: boolean; | ||
}; | ||
copyIcons: { | ||
type: globalThis.PropType<boolean>; | ||
default: boolean; | ||
}; | ||
copyFailedText: { | ||
type: globalThis.PropType<string>; | ||
default: string; | ||
}; | ||
copyText: { | ||
type: globalThis.PropType<string>; | ||
default: string; | ||
}; | ||
copySuccessText: { | ||
type: globalThis.PropType<string>; | ||
default: string; | ||
}; | ||
globalOptions: { | ||
type: globalThis.PropType<boolean>; | ||
}; | ||
indent: { | ||
type: globalThis.PropType<number>; | ||
default: number; | ||
}; | ||
languages: { | ||
type: globalThis.PropType<string[]>; | ||
}; | ||
prismjs: { | ||
type: globalThis.PropType<boolean>; | ||
default: boolean; | ||
}; | ||
prismPlugin: { | ||
type: globalThis.PropType<boolean>; | ||
default: boolean; | ||
}; | ||
runText: { | ||
type: globalThis.PropType<string>; | ||
default: string; | ||
}; | ||
theme: { | ||
type: globalThis.PropType<string | boolean>; | ||
default: string; | ||
}; | ||
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("run" | "update:copy-status")[], "run" | "update:copy-status", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{ | ||
persistentCopyButton: { | ||
type: globalThis.PropType<boolean>; | ||
default: boolean; | ||
}; | ||
highlightjs: { | ||
type: globalThis.PropType<boolean>; | ||
default: boolean; | ||
}; | ||
floatingTabs: { | ||
type: globalThis.PropType<boolean>; | ||
default: boolean; | ||
}; | ||
tabGap: { | ||
type: globalThis.PropType<string | number>; | ||
default: string; | ||
}; | ||
copyTab: { | ||
type: globalThis.PropType<boolean>; | ||
default: boolean; | ||
}; | ||
height: { | ||
type: globalThis.PropType<string | number>; | ||
default: string; | ||
}; | ||
maxHeight: { | ||
type: globalThis.PropType<string | number>; | ||
default: string; | ||
}; | ||
codeBlockRadius: { | ||
type: globalThis.PropType<string>; | ||
default: string; | ||
}; | ||
runTab: { | ||
type: globalThis.PropType<boolean>; | ||
default: boolean; | ||
}; | ||
tabs: { | ||
type: globalThis.PropType<boolean>; | ||
default: boolean; | ||
}; | ||
code: { | ||
type: globalThis.PropType<string | number | object | []>; | ||
default: string; | ||
}; | ||
label: { | ||
type: globalThis.PropType<string>; | ||
default: string; | ||
}; | ||
lang: { | ||
type: globalThis.PropType<string>; | ||
default: string; | ||
}; | ||
browserWindow: { | ||
type: globalThis.PropType<boolean>; | ||
default: boolean; | ||
}; | ||
copyButton: { | ||
type: globalThis.PropType<boolean>; | ||
default: boolean; | ||
}; | ||
copyIcons: { | ||
type: globalThis.PropType<boolean>; | ||
default: boolean; | ||
}; | ||
copyFailedText: { | ||
type: globalThis.PropType<string>; | ||
default: string; | ||
}; | ||
copyText: { | ||
type: globalThis.PropType<string>; | ||
default: string; | ||
}; | ||
copySuccessText: { | ||
type: globalThis.PropType<string>; | ||
default: string; | ||
}; | ||
globalOptions: { | ||
type: globalThis.PropType<boolean>; | ||
}; | ||
indent: { | ||
type: globalThis.PropType<number>; | ||
default: number; | ||
}; | ||
languages: { | ||
type: globalThis.PropType<string[]>; | ||
}; | ||
prismjs: { | ||
type: globalThis.PropType<boolean>; | ||
default: boolean; | ||
}; | ||
prismPlugin: { | ||
type: globalThis.PropType<boolean>; | ||
default: boolean; | ||
}; | ||
runText: { | ||
type: globalThis.PropType<string>; | ||
default: string; | ||
}; | ||
theme: { | ||
type: globalThis.PropType<string | boolean>; | ||
default: string; | ||
}; | ||
}>> & { | ||
onRun?: ((...args: any[]) => any) | undefined; | ||
"onUpdate:copy-status"?: ((...args: any[]) => any) | undefined; | ||
}, {} | { | ||
[x: string]: any; | ||
}, {}>; | ||
export default _sfc_main; | ||
}, { | ||
persistentCopyButton: boolean; | ||
highlightjs: boolean; | ||
floatingTabs: boolean; | ||
tabGap: string | number; | ||
copyTab: boolean; | ||
height: string | number; | ||
maxHeight: string | number; | ||
codeBlockRadius: string; | ||
runTab: boolean; | ||
tabs: boolean; | ||
code: string | number | object | []; | ||
label: string; | ||
lang: string; | ||
browserWindow: boolean; | ||
copyButton: boolean; | ||
copyIcons: boolean; | ||
copyFailedText: string; | ||
copyText: string; | ||
copySuccessText: string; | ||
indent: number; | ||
prismjs: boolean; | ||
prismPlugin: boolean; | ||
runText: string; | ||
theme: string | boolean; | ||
}, {}>, { | ||
label?(_: {}): any; | ||
tabs?(_: {}): any; | ||
copyButton?(_: {}): any; | ||
}>; | ||
export default _default; | ||
type __VLS_WithTemplateSlots<T, S> = T & { | ||
new (): { | ||
$slots: S; | ||
}; | ||
}; |
This file contains 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.