coldbydefault-portfolio
    Preparing search index...
    PortoCardUtils: {
        getDescriptionLength(deviceType: DeviceType): "short" | "full";
        getHeaderLayout(deviceType: DeviceType): "vertical" | "horizontal";
        shouldShowSection(
            section: "techHighlights" | "readMore",
            deviceType: DeviceType,
        ): boolean;
    } = ...

    Component-specific utilities

    Type Declaration