export type ConfigProps = {
    label: string;
    key: string;
    readOnly?: boolean;
    language: string;
    height: number;
    isShowKey?: string;
    isShowValue?: any;
    offLineNumbers?: boolean;
    tip?: string;
};
