interface ScrollbarEvents {
    scroll: (e: { data: number }) => void;
}

Properties

Properties

scroll: (e: { data: number }) => void