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

    Interface KanbanBoardProps

    interface KanbanBoardProps {
        className?: string;
        children: ReactNode;
    }
    Index

    Properties

    Properties

    className?: string
    children: ReactNode