UNPKG

vue-web-terminal

Version:

A beautiful web-side command line window plugin (native simulation). 一个漂亮的网页命令行插件(原生模拟)

19 lines (18 loc) 774 B
import { PropType } from "vue"; import { EditorConfig } from "../types"; declare const _default: import("vue").DefineComponent<{ config: PropType<EditorConfig>; modelValue: StringConstructor; }, { focus: () => void; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { close: (...args: any[]) => void; "update:modelValue": (...args: any[]) => void; }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{ config: PropType<EditorConfig>; modelValue: StringConstructor; }>> & { onClose?: (...args: any[]) => any; "onUpdate:modelValue"?: (...args: any[]) => any; }, {}, {}>; export default _default;