/** * @author songxiwen * @date 2020/08/31 15:32 */ export declare enum CMSElementFormItemType { Text = "text", Upload = "upload" }