3 lines
151 B
TypeScript
3 lines
151 B
TypeScript
|
import type { ImageElementProps } from '../interface';
|
||
|
export default function useRegisterImage(canPreview: boolean, data: ImageElementProps): string;
|