chore: export FileChooser api for the dashboard

This commit is contained in:
Pavel 2019-11-26 14:30:36 -08:00
parent a4e24c718b
commit d1b6bf7fae

View file

@ -2,6 +2,7 @@
// Licensed under the MIT license.
export { TimeoutError } from '../Errors';
export { Keyboard, Mouse } from '../input';
export { Browser, BrowserContext, Target } from './Browser';
export { BrowserFetcher } from './BrowserFetcher';
export { Dialog } from './Dialog';
@ -10,9 +11,8 @@ export { Accessibility } from './features/accessibility';
export { Interception } from './features/interception';
export { Permissions } from './features/permissions';
export { Frame } from './FrameManager';
export { Mouse, Keyboard } from '../input';
export { ElementHandle, JSHandle } from './JSHandle';
export { Request, Response } from './NetworkManager';
export { ConsoleMessage, Page } from './Page';
export { ConsoleMessage, FileChooser, Page } from './Page';
export { Playwright } from './Playwright';