wix-style-react
Version:
wix-style-react
15 lines • 458 B
TypeScript
export default HoverSlot;
declare function HoverSlot({ display, children, ...props }: {
[x: string]: any;
display: any;
children: any;
}): React.JSX.Element;
declare namespace HoverSlot {
namespace propTypes {
let display: PropTypes.Requireable<string>;
let children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
}
}
import React from 'react';
import PropTypes from 'prop-types';
//# sourceMappingURL=HoverSlot.d.ts.map