Interface PopperConfig

interface PopperConfig {
    maxItems: number;
}

Properties

Properties

maxItems: number