@web3auth/ui
Version:
Ui modal for web3Auth
13 lines (12 loc) • 347 B
TypeScript
export interface ImageProps {
hoverImageId?: string;
imageId: string;
isButton?: boolean;
height?: string;
width?: string;
fallbackImageId?: string;
extension?: string;
darkImageId?: string;
darkHoverImageId?: string;
}
export default function Image(props: ImageProps): import("react/jsx-runtime").JSX.Element;