How to use the @chakra-ui/system.chakra.img function in @chakra-ui/system

To help you get started, weโ€™ve selected a few @chakra-ui/system examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github chakra-ui / chakra-ui / packages / chakra-ui-layout / src / Image / Image.tsx View on Github external
import { chakra, PropsOf } from "@chakra-ui/system";

export type ImageProps = PropsOf;
const Image = chakra.img;
export default Image;