common.d.ts 131 B

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