diff --git a/types/perfect-scrollbar/index.d.ts b/types/perfect-scrollbar/index.d.ts index bceaf35faa..61d76e6ed4 100644 --- a/types/perfect-scrollbar/index.d.ts +++ b/types/perfect-scrollbar/index.d.ts @@ -60,7 +60,7 @@ interface PerfectScrollbarSettings { * It is a list of handlers to use to scroll the element. * @see https://github.com/noraesae/perfect-scrollbar#handlers * @see https://github.com/noraesae/perfect-scrollbar/blob/master/src/js/plugin/initialize.js#L9 - * @default ['click-rail', 'drag-scrollbar', keyboard', 'wheel', 'touch'] + * @default ['click-rail', 'drag-scrollbar', 'keyboard', 'wheel', 'touch'] */ handlers?: ('click-rail' | 'drag-scrollbar' | @@ -99,13 +99,6 @@ interface PerfectScrollbarSettings { */ scrollYMarginOffset?: number; - /** - * @deprecated - * @description When set to false, when clicking on a rail, the click event will be allowed to propagate. - * @see https://github.com/noraesae/perfect-scrollbar#stoppropagationonclick - */ - stopPropagationOnClick?: boolean; - /** * When set to true, the scroll bar in X axis will not be available, regardless of the content width. * @see https://github.com/noraesae/perfect-scrollbar#suppressscrollx