getVisibilityWatcher.d.ts 92 B

123
  1. export declare const getVisibilityWatcher: () => {
  2. readonly firstHiddenTime: number;
  3. };