You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

0 lines
665 B

1 month ago
  1. {"ast":null,"code":"const scrollbarContextKey = Symbol(\"scrollbarContextKey\");\nexport { scrollbarContextKey };","map":{"version":3,"names":["scrollbarContextKey","Symbol"],"sources":["../../../../../../packages/components/scrollbar/src/constants.ts"],"sourcesContent":["import type { InjectionKey } from 'vue'\n\nexport interface ScrollbarContext {\n scrollbarElement: HTMLDivElement\n wrapElement: HTMLDivElement\n}\n\nexport const scrollbarContextKey: InjectionKey<ScrollbarContext> = Symbol(\n 'scrollbarContextKey'\n)\n"],"mappings":"AAAY,MAACA,mBAAmB,GAAGC,MAAM,CAAC,qBAAqB","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}