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:
John Knox
2019-08-09 08:58:19 -07:00
committed by Facebook Github Bot
parent 9edfe88caa
commit 6da09fa381
5 changed files with 23 additions and 22 deletions

View File

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