mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-24 09:41:17 +00:00
4 lines
114 B
TypeScript
4 lines
114 B
TypeScript
import type { ObjectDirective } from 'vue';
|
|
declare const Mousewheel: ObjectDirective;
|
|
export default Mousewheel;
|