UNPKG

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