@wix/design-system
Version:
@wix/design-system
8 lines • 310 B
TypeScript
import React from 'react';
import { ImageProps } from './Image.types';
declare const Image: {
({ width, fit, position, showBorder, borderRadius, transparent, alt, ...propsWithNoDefaults }: ImageProps): React.JSX.Element;
displayName: string;
};
export default Image;
//# sourceMappingURL=Image.d.ts.map