coldbydefault-portfolio
    Preparing search index...

    Interface PortoCardFeature

    interface PortoCardFeature {
        badges: string[];
        icon: ReactNode;
        key: string;
        priority: number;
    }
    Index

    Properties

    Properties

    badges: string[]
    icon: ReactNode
    key: string
    priority: number