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

    Interface SortableItemProps

    interface SortableItemProps {
        value: string;
        asChild?: boolean;
        className?: string;
        children: ReactNode;
        disabled?: boolean;
    }
    Index

    Properties

    value: string
    asChild?: boolean
    className?: string
    children: ReactNode
    disabled?: boolean