Files
video-gen/video-gen-admin/node_modules/@rc-component/image/es/hooks/useRegisterImage.d.ts
T
2026-05-25 17:08:18 +08:00

3 lines
151 B
TypeScript

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