interface LocalParallelProps {
    onSelect: (data: any) => void;
}

Properties

Properties

onSelect: (data: any) => void