Convert utils/textContent.tsx to TS

Summary: Convert utils/textContent.tsx to TS

Reviewed By: danielbuechele

Differential Revision: D16710386

fbshipit-source-id: 225d66965d915fc1c36e382e3c06c7b2dad5d973
This commit is contained in:
John Knox
2019-08-12 03:02:16 -07:00
committed by Facebook Github Bot
parent fd9b83eac3
commit a522afd64f
9 changed files with 12 additions and 13 deletions

View File

@@ -21,7 +21,7 @@ import FlexColumn from '../ui/components/FlexColumn';
import DetailSidebar from '../chrome/DetailSidebar';
import {FlipperPlugin} from '../plugin.tsx';
import SearchableTable from '../ui/components/searchable/SearchableTable';
import textContent from '../utils/textContent.js';
import textContent from '../utils/textContent.tsx';
import createPaste from '../fb-stubs/createPaste.tsx';
import type {Node} from 'react';