UNPKG

@applitools/eyes-browser

Version:
13 lines (12 loc) 310 B
export declare enum MatchLevelEnum { None = "None", LegacyLayout = "Layout1", Layout = "Layout", Layout2 = "Layout2", Content = "Content", IgnoreColors = "IgnoreColors", Strict = "Strict", Dynamic = "Dynamic", Exact = "Exact" } export type MatchLevel = `${MatchLevelEnum}`;