UNPKG

vue-web-terminal

Version:

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

13 lines (12 loc) 578 B
import { PropType } from "vue"; import { Command } from "~/types"; declare const _default: import("vue").DefineComponent<{ top: NumberConstructor; content: PropType<Command>; }, { getBoundingClientRect: () => DOMRect; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{ top: NumberConstructor; content: PropType<Command>; }>>, {}, {}>; export default _default;