This commit is contained in:
Yury Semikhatsky 2024-09-17 15:15:23 -07:00
parent 14c81069e9
commit 19aff10664

View file

@ -21,7 +21,8 @@ import type * as accessibility from '../accessibility';
import * as dom from '../dom';
import * as dialog from '../dialog';
import type * as frames from '../frames';
import { InitScript, Page, type PageDelegate } from '../page';
import { Page } from '../page';
import type { InitScript, PageDelegate } from '../page';
import type { Progress } from '../progress';
import type * as types from '../types';
import type { BidiBrowserContext } from './bidiBrowser';