Files
copilot-toolbox-template-123/node_modules/rc-image/es/hooks/useRegisterImage.d.ts
2026-01-09 14:52:46 +00:00

3 lines
151 B
TypeScript

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