UNPKG

wix-style-react

Version:
26 lines 900 B
export default Slide; declare function Slide({ dataHook, className, children, image, width, gutter, imagePosition, imageFit, }: { dataHook: any; className: any; children: any; image: any; width: any; gutter: any; imagePosition: any; imageFit: any; }): React.JSX.Element; declare namespace Slide { namespace propTypes { let dataHook: PropTypes.Requireable<string>; let className: PropTypes.Requireable<string>; let children: PropTypes.Requireable<PropTypes.ReactNodeLike>; let image: PropTypes.Requireable<object>; let width: PropTypes.Requireable<string>; let gutter: PropTypes.Requireable<string>; let imagePosition: PropTypes.Requireable<string>; let imageFit: PropTypes.Requireable<string>; } } import React from 'react'; import PropTypes from 'prop-types'; //# sourceMappingURL=Slide.d.ts.map