fisheye.d.ts 165 B

1234
  1. /**
  2. * @todo Bind abstract data or data index.
  3. */
  4. export declare function Fisheye({ wait, leading, trailing, }: Record<string, any>): (context: any) => () => void;