django-vue3-admin-web/node_modules/@interactjs/modifiers/noop.d.ts
2025-10-20 21:21:14 +08:00

4 lines
126 B
TypeScript

import type { ModifierFunction } from './types';
declare const noop: ModifierFunction<any, any, "noop">;
export default noop;