minishouyin/node_modules/rc-image/lib/common.d.ts

3 lines
131 B
TypeScript
Raw Permalink Normal View History

2025-11-12 11:35:57 +08:00
import type { ImageElementProps } from './interface';
export declare const COMMON_PROPS: (keyof Omit<ImageElementProps, 'src'>)[];