coldbydefault-portfolio
    Preparing search index...

    Interface ResponsiveConfig

    interface ResponsiveConfig {
        cardClasses: string;
        containerClasses: string;
        deviceType: DeviceType;
        featuresConfig: { features: PortoCardFeature[]; showAll: boolean };
    }
    Index

    Properties

    cardClasses: string
    containerClasses: string
    deviceType: DeviceType
    featuresConfig: { features: PortoCardFeature[]; showAll: boolean }