ETASCOM CRM V3 - Documentation API
    Preparing search index...
    interface CreateTeamProps {
        className?: string;
        image: ReactNode;
        title: string;
        subTitle: ReactNode;
        engage: {
            path: string;
            btnColor:
                | "destructive"
                | "secondary"
                | "outline"
                | "primary"
                | "mono"
                | "dashed"
                | "ghost"
                | "dim"
                | "foreground"
                | "inverse";
            label: string;
        };
    }
    Index

    Properties

    className?: string
    image: ReactNode
    title: string
    subTitle: ReactNode
    engage: {
        path: string;
        btnColor:
            | "destructive"
            | "secondary"
            | "outline"
            | "primary"
            | "mono"
            | "dashed"
            | "ghost"
            | "dim"
            | "foreground"
            | "inverse";
        label: string;
    }