getFixedPositionOffsetParent.d.ts 177 B

1234
  1. /**
  2. * Finds the first parent of an element that has a transformed property defined
  3. */
  4. export declare function getFixedPositionOffsetParent(element: HTMLElement): HTMLElement;