index.ts 211 Bytes
/**
 * copy from element-ui
 */

import Scrollbar from './src/Scrollbar';
import { withInstall } from '../util';

withInstall(Scrollbar);

export { Scrollbar };
export type { ScrollbarType } from './src/types';