Interface IProps

    Props

    interface IProps {
        items: {
            alt?: string;
            caption?: string;
            key: string;
            src: string;
        }[];
    }

    Properties

    Properties

    items: {
        alt?: string;
        caption?: string;
        key: string;
        src: string;
    }[]

    Type declaration

    • Optional alt?: string
    • Optional caption?: string
    • key: string
    • src: string

    Generated using TypeDoc and TypeDoc Airthium Plugin