Files
dealplustech/dealplustech-astro/node_modules/astro/dist/assets/services/noop.d.ts
2026-03-02 12:35:14 +07:00

4 lines
129 B
TypeScript

import { type LocalImageService } from './service.js';
declare const noopService: LocalImageService;
export default noopService;