UNPKG

@spaceone/design-system

Version:
9 lines (8 loc) 161 B
export interface LazyImgPropsType { height?: string; width?: string; src: string; errorIcon?: string; loading?: boolean; alt?: string; }