interface SortableNode {
    data: {
        weight: number;
    };
}

Properties

Properties

data: {
    weight: number;
}
MMNEPVFCICPMFPCPTTAAATR