ref|(TS) Convert some native components to TS (#13239)

This commit is contained in:
Robert Pintilii
2023-04-24 14:09:50 +03:00
committed by GitHub
parent eda25ca3c9
commit 2af9dc88e6
59 changed files with 272 additions and 276 deletions

View File

@@ -15,7 +15,7 @@ import { IconFavorite, IconFavoriteSolid } from '../../base/icons/svg';
import { withPixelLineHeight } from '../../base/styles/functions.web';
import Dialog from '../../base/ui/components/web/Dialog';
import Input from '../../base/ui/components/web/Input';
import { cancelFeedback, submitFeedback } from '../actions';
import { cancelFeedback, submitFeedback } from '../actions.web';
const styles = (theme: Theme) => {
return {