wix-style-react
Version:
wix-style-react
15 lines • 483 B
TypeScript
export default Content;
declare function Content({ children, stickyStyle }: {
children: any;
stickyStyle: any;
}): any;
declare namespace Content {
let displayName: string;
namespace propTypes {
let children: PropTypes.Validator<NonNullable<PropTypes.ReactNodeLike>>;
let className: PropTypes.Requireable<string>;
let fullScreen: PropTypes.Requireable<boolean>;
}
}
import PropTypes from 'prop-types';
//# sourceMappingURL=Content.d.ts.map