flipper-plugin
Version:
Flipper Desktop plugin SDK and components
12 lines • 364 B
TypeScript
/**
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @format
*/
import { Logger } from 'flipper-common';
export { Logger } from 'flipper-common';
export declare const stubLogger: Logger;
//# sourceMappingURL=Logger.d.ts.map