import type { InjectionKey, ShallowRef } from 'vue-demi' import type Scrollbar from 'smooth-scrollbar' /** * `smooth-scrollbar` Injection key */ export const smoothScrollbarKey: InjectionKey> = /* #__PURE__ */ Symbol('SmoothScrollbar injection key')