Preparing search index...

    Props for custom image type button

    type propIsImg = {
        type: "image";
        imgSrc: string;
    }
    Index

    Properties

    Properties

    type: "image"
    imgSrc: string