Files

6 lines
187 B
TypeScript
Raw Permalink Normal View History

2025-08-18 09:11:51 +08:00
import { IBaseProps } from '../_util/base';
export interface ImageIconProps extends IBaseProps {
image: string;
}
export declare const ImageIconDefaultProps: Partial<ImageIconProps>;