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

3 lines
131 B
TypeScript

import type { ImageElementProps } from './interface';
export declare const COMMON_PROPS: (keyof Omit<ImageElementProps, 'src'>)[];