Files
planet/frontend/node_modules/rc-image/es/hooks/useRegisterImage.d.ts
2026-03-05 11:46:58 +08:00

3 lines
151 B
TypeScript

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