ETASCOM CRM V3 - Documentation API
    Preparing search index...

    Interface KanbanColumnContentProps

    interface KanbanColumnContentProps {
        value: string;
        className?: string;
        children: ReactNode;
    }
    Index

    Properties

    value: string
    className?: string
    children: ReactNode