wix-style-react
Version:
wix-style-react
12 lines • 353 B
TypeScript
export default SideContent;
declare function SideContent({ content }: {
content: any;
}): React.JSX.Element | null;
declare namespace SideContent {
namespace propTypes {
let content: PropTypes.Requireable<PropTypes.ReactNodeLike>;
}
}
import React from 'react';
import PropTypes from 'prop-types';
//# sourceMappingURL=index.d.ts.map