Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/mui-image

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/mui-image

TypeScript definitions for mui-image

  • 1.0.5
  • ts4.5
  • ts4.6
  • ts4.7
  • ts4.8
  • ts4.9
  • ts5.0
  • ts5.1
  • ts5.2
  • ts5.3
  • ts5.4
  • ts5.5
  • ts5.6
  • ts5.7
  • ts5.8
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
8K
increased by2.49%
Maintainers
1
Weekly downloads
 
Created
Source

Installation

npm install --save @types/mui-image

Summary

This package contains type definitions for mui-image (https://github.com/benmneb/mui-image).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mui-image.

index.d.ts

import * as React from "react";

interface MuiImageProps {
    alt?: string | undefined;
    bgColor?: React.CSSProperties["backgroundColor"] | undefined;
    className?: string | undefined;
    distance?: string | number | undefined;
    duration?: number | undefined;
    easing?: React.CSSProperties["transitionTimingFunction"] | undefined;
    errorIcon?: boolean | React.ReactNode | undefined;
    fit?: React.CSSProperties["objectFit"] | undefined;
    height?: React.CSSProperties["height"] | number | undefined;
    iconWrapperClassName?: string | undefined;
    iconWrapperStyle?: React.CSSProperties | undefined;
    // eslint-disable-next-line @typescript-eslint/no-invalid-void-type
    onError?: (...args: any[]) => void | undefined;
    // eslint-disable-next-line @typescript-eslint/no-invalid-void-type
    onLoad?: (...args: any[]) => void | undefined;
    position?: React.CSSProperties["position"] | undefined;
    shift?: "left" | "right" | "top" | "bottom" | false | null | undefined;
    shiftDuration?: number | undefined;
    showLoading?: boolean | React.ReactNode | undefined;
    src: string;
    style?: React.CSSProperties | undefined;
    width?: React.CSSProperties["width"] | number | undefined;
    wrapperClassName?: string | undefined;
    wrapperStyle?: React.CSSProperties | undefined;
    title?: string;
}

declare const Image: React.FC<MuiImageProps>;
export default Image;
export { Image };

Additional Details

  • Last updated: Wed, 22 Nov 2023 00:24:48 GMT
  • Dependencies: @types/react

Credits

These definitions were written by benmneb.

FAQs

Package last updated on 22 Nov 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc