index.ts 211 B

1234567891011
  1. /**
  2. * copy from element-ui
  3. */
  4. import Scrollbar from './src/Scrollbar';
  5. import { withInstall } from '../util';
  6. withInstall(Scrollbar);
  7. export { Scrollbar };
  8. export type { ScrollbarType } from './src/types';