text.d.ts 240 Bytes
/**
 * @description 默认常量配置
 * @author xiaokyo
 */
declare const _default: {
    focus: boolean;
    height: number;
    placeholder: string;
    zIndexFullScreen: number;
    showFullScreen: boolean;
};
export default _default;