Typescriptify the main process code (13/N)
Summary: Converted src/utils/icons.js to typescript Reviewed By: passy Differential Revision: D20076060 fbshipit-source-id: fa6309033f5de7183de7f85ac8318eec36b6bb69
This commit is contained in:
committed by
Facebook Github Bot
parent
8d66c3aba7
commit
2bd61bca87
@@ -10,7 +10,7 @@
|
||||
import React from 'react';
|
||||
import styled from '@emotion/styled';
|
||||
import PropTypes from 'prop-types';
|
||||
import {getIconURL} from '../../utils/icons.js';
|
||||
import {getIconURL} from '../../utils/icons';
|
||||
|
||||
export type IconSize = 8 | 10 | 12 | 16 | 18 | 20 | 24 | 32;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user