Skip to content

Commit

Permalink
[TS migration] Fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ruben-rebelo committed Jan 10, 2024
1 parent baa1577 commit f75c0fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import {HTMLContentModel, HTMLElementModel, RenderHTMLConfigProvider, TRenderEng
import useThemeStyles from '@hooks/useThemeStyles';
import convertToLTR from '@libs/convertToLTR';
import FontUtils from '@styles/utils/FontUtils';
import type ChildrenProps from '@src/types/utils/ChildrenProps';
import * as HTMLEngineUtils from './htmlEngineUtils';
import htmlRenderers from './HTMLRenderers';
import type ChildrenProps from '@src/types/utils/ChildrenProps';

type BaseHTMLEngineProviderProps = ChildrenProps & {
/** Whether text elements should be selectable */
Expand Down

0 comments on commit f75c0fa

Please sign in to comment.