Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit 89fbf75

Browse files
sandersnheathkit
authored andcommitted
Fix incorrect exports in index.ts
1 parent cc501f7 commit 89fbf75

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

lib/index.ts

+1-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import {ElementHelper, ProtractorBrowser} from './browser';
22
import {ElementArrayFinder, ElementFinder} from './element';
33
import {ProtractorExpectedConditions} from './expectedConditions';
44
import {ProtractorBy} from './locators';
5-
import {PluginConfig, ProtractorPlugin} from './plugins';
5+
export {PluginConfig, ProtractorPlugin} from './plugins';
66
import {Ptor} from './ptor';
77

88
// Re-export selenium-webdriver types from typings directory.
@@ -16,9 +16,6 @@ export {Locator, ProtractorBy} from './locators';
1616
export {Ptor} from './ptor';
1717
export {Runner} from './runner';
1818

19-
export type PluginConfig = PluginConfig;
20-
export type ProtractorPlugin = ProtractorPlugin;
21-
2219
export const utils = {
2320
firefox: require('selenium-webdriver/firefox'),
2421
http: require('selenium-webdriver/http'),

0 commit comments

Comments
 (0)