UNPKG

wix-style-react

Version:
15 lines 483 B
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