Convert plugins dispatcher to TS
Summary: Convert plugins dispatcher to TS Reviewed By: passy Differential Revision: D16689874 fbshipit-source-id: afdac7960e267ebed350fcb170795689bd327807
This commit is contained in:
committed by
Facebook Github Bot
parent
9edfe88caa
commit
6da09fa381
@@ -6,7 +6,7 @@
|
||||
*/
|
||||
|
||||
import type {FlipperDevicePlugin, FlipperPlugin} from '../plugin.tsx';
|
||||
import type {PluginDefinition} from '../dispatcher/plugins';
|
||||
import type {PluginDefinition} from '../dispatcher/plugins.tsx';
|
||||
import type Client from '../Client.tsx';
|
||||
import type {TableBodyRow} from '../ui/components/table/types';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user