/** * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */export{defaultasBaseWatchPlugin}from'./BaseWatchPlugin';export{defaultasJestHook}from'./JestHooks';export{defaultasPatternPrompt}from'./PatternPrompt';export*from'./constants';exporttype{AllowedConfigOptions,JestHookEmitter,JestHookSubscriber,ScrollOptions,UpdateConfigCallback,UsageData,WatchPlugin,WatchPluginClass,}from'./types';export{defaultasPrompt}from'./lib/Prompt';export*from'./lib/patternModeHelpers';