coldbydefault-portfolio
    Preparing search index...

    Interface FeatureItemProps

    interface FeatureItemProps {
        badges?: string[];
        compact?: boolean;
        description?: string;
        icon: ReactNode;
        title: string;
    }
    Index

    Properties

    badges?: string[]
    compact?: boolean
    description?: string
    icon: ReactNode
    title: string