UNPKG

@mikezimm/fps-core-v7

Version:

Library of reusable core interfaces, types and constants migrated from fps-library-v2

12 lines 566 B
export declare function findParentElementLikeThis(e: any, prop: string, value: string, maxHops: number, search: 'begins' | 'ends' | 'contains' | 'exact', alertError?: boolean, consoleResult?: boolean): any; /** * * @param e: element * @param prop: 'classList' * @param value: 'ControlZone' * @param maxHops * @param search: 'contains' * @returns */ export declare function findParentElementPropLikeThis(e: any, prop: string, value: string, maxHops: number, search: 'begins' | 'ends' | 'contains' | 'exact'): any; //# sourceMappingURL=domSearch.d.ts.map