Rezi
    Preparing search index...

    Type Alias ImageProps

    ImageProps: Readonly<
        {
            alt?: string;
            fit?: ImageFit;
            height?: SizeConstraint;
            id?: string;
            imageId?: number;
            key?: string;
            protocol?: ImageProtocol;
            sourceHeight?: number;
            sourceWidth?: number;
            src: Uint8Array;
            width?: SizeConstraint;
            zLayer?: -1
            | 0
            | 1;
        },
    > & DisplayableProps