unis_crm/frontend1/node_modules/rc-image/lib/common.d.ts

3 lines
131 B
TypeScript
Raw Normal View History

2026-03-26 09:29:55 +00:00
import type { ImageElementProps } from './interface';
export declare const COMMON_PROPS: (keyof Omit<ImageElementProps, 'src'>)[];