UNPKG

ivue-material-plus

Version:

A high quality UI components Library with Vue.js

11 lines (10 loc) 296 B
export declare const scrollbarMixins: ({ lockScroll }: { lockScroll?: boolean; }) => { checkScrollBar: () => void; checkMaskInVisible: () => boolean; resetScrollBar: () => void; setScrollBar: () => void; addScrollEffect: () => void; removeScrollEffect: () => void; };