export enum EnumExternalAttrType {
  Text = 0,
  Web = 1,
  MiniProgram = 2
}
