From 873982a09a8e44ac55d2792edcfa92dc5985c9ef Mon Sep 17 00:00:00 2001 From: benmneb <62878664+benmneb@users.noreply.github.com> Date: Sat, 18 Jun 2022 20:59:31 +0800 Subject: [PATCH] fix: increase typescript mention visibility --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 08be9ac..cf815f2 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,8 @@ or yarn add mui-image ``` +Using TypeScript? Also add [`@types/mui-image`](https://www.npmjs.com/package/@types/mui-image) 🥳 + ### 2. Use ``` @@ -50,8 +52,6 @@ import { Image } from 'mui-image' _Note: Profits not guaranteed and MUI v5 is a peer dependency. If you need to support legacy versions of Material-UI, use [`material-ui-image`](https://github.com/TeamWertarbyte/material-ui-image) instead. See the [comparison chart](#comparison-with-similar-components) below for more._ -#### _Using Typescript? You can now add [`@types/mui-image`](https://www.npmjs.com/package/@types/mui-image) for full support_ 🥳 - ## Usage Examples You can use `mui-image` like a regular image.