Files
frontend/node_modules/rc-image/lib/hooks/useRegisterImage.d.ts
2026-01-17 15:16:36 -05:00

3 lines
151 B
TypeScript

import type { ImageElementProps } from '../interface';
export default function useRegisterImage(canPreview: boolean, data: ImageElementProps): string;