wix-style-react
Version:
wix-style-react
16 lines • 488 B
TypeScript
export function PageSticky({ children, className, style, ...props }: {
[x: string]: any;
children: any;
className: any;
style: any;
}): React.JSX.Element;
export namespace PageSticky {
let displayName: string;
namespace propTypes {
let children: PropTypes.Validator<PropTypes.ReactElementLike>;
let style: PropTypes.Requireable<object>;
}
}
import React from 'react';
import PropTypes from 'prop-types';
//# sourceMappingURL=PageSticky.d.ts.map