stz-util Documentation - v1.5.2
    Preparing search index...

    Interface SegmentImageConfig

    interface SegmentImageConfig {
        backgroundColor?: string;
        borderRadius?: number;
        height?: number;
        images: string[];
        width?: number;
    }
    Index

    Properties

    backgroundColor?: string
    borderRadius?: number
    height?: number
    images: string[]
    width?: number