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:
committed by
Facebook Github Bot
parent
fd9b83eac3
commit
a522afd64f
@@ -8,7 +8,7 @@
|
||||
import type {Filter} from './types.js';
|
||||
import {PureComponent} from 'react';
|
||||
import ContextMenu from '../ContextMenu.js';
|
||||
import textContent from '../../../utils/textContent.js';
|
||||
import textContent from '../../../utils/textContent.tsx';
|
||||
import styled from '../../styled/index.js';
|
||||
import {colors} from '../colors.js';
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ import type {SearchableProps} from './Searchable.js';
|
||||
import {PureComponent} from 'react';
|
||||
import ManagedTable from '../table/ManagedTable.js';
|
||||
|
||||
import textContent from '../../../utils/textContent.js';
|
||||
import textContent from '../../../utils/textContent.tsx';
|
||||
import Searchable from './Searchable.js';
|
||||
import deepEqual from 'deep-equal';
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ import type {SearchableProps} from './Searchable.js';
|
||||
import {PureComponent} from 'react';
|
||||
import ManagedTable_immutable from '../table/ManagedTable_immutable.js';
|
||||
|
||||
import textContent from '../../../utils/textContent.js';
|
||||
import textContent from '../../../utils/textContent.tsx';
|
||||
import Searchable from './Searchable.js';
|
||||
import deepEqual from 'deep-equal';
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@ import createPaste from '../../../fb-stubs/createPaste.tsx';
|
||||
import debounceRender from 'react-debounce-render';
|
||||
import debounce from 'lodash.debounce';
|
||||
import {DEFAULT_ROW_HEIGHT} from './types';
|
||||
import textContent from '../../../utils/textContent.js';
|
||||
import textContent from '../../../utils/textContent.tsx';
|
||||
|
||||
export type ManagedTableProps = {|
|
||||
/**
|
||||
|
||||
@@ -31,7 +31,7 @@ import createPaste from '../../../fb-stubs/createPaste.tsx';
|
||||
import debounceRender from 'react-debounce-render';
|
||||
import debounce from 'lodash.debounce';
|
||||
import {DEFAULT_ROW_HEIGHT} from './types';
|
||||
import textContent from '../../../utils/textContent.js';
|
||||
import textContent from '../../../utils/textContent.tsx';
|
||||
|
||||
export type ManagedTableProps_immutable = {|
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user