chore: export FileChooser api for the dashboard (#90)

This commit is contained in:
Pavel Feldman 2019-11-26 14:31:09 -08:00 committed by GitHub
parent 64d3e83ddf
commit 0494c4c04e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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';