claude-web/node_modules/@interactjs/auto-start/plugin.d.ts

10 lines
211 B
TypeScript
Raw Permalink Normal View History

2026-02-23 02:23:38 +00:00
import type { Scope } from '@interactjs/core/scope';
import './base';
import './dragAxis';
import './hold';
declare const _default: {
id: string;
install(scope: Scope): void;
};
export default _default;