6 lines
187 B
TypeScript
6 lines
187 B
TypeScript
![]() |
import { IBaseProps } from '../_util/base';
|
||
|
export interface ImageIconProps extends IBaseProps {
|
||
|
image: string;
|
||
|
}
|
||
|
export declare const ImageIconDefaultProps: Partial<ImageIconProps>;
|