text.d.ts 240 Bytes 编辑Web IDE 1 2 3 4 5 6 7 8 9 10 11 12 /** * @description 默认常量配置 * @author xiaokyo */ declare const _default: { focus: boolean; height: number; placeholder: string; zIndexFullScreen: number; showFullScreen: boolean; }; export default _default;