Axinom Mosaic Libraries
    Preparing search index...

    Interface DecorativeImageProps

    Props for decorative images - alt text not needed or allowed

    interface DecorativeImageProps {
        alt?: undefined;
        decorative: true;
    }
    Index

    Properties

    Properties

    alt?: undefined

    Alt text - not needed when decorative

    decorative: true

    Whether the image is decorative (sets aria-hidden="true", alt="", and role="presentation")