Files
copilot-toolbox-template-news/node_modules/rc-image/es/hooks/useRegisterImage.d.ts
2026-01-12 09:12:41 +00:00

3 lines
151 B
TypeScript

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