@wix/design-system
Version:
@wix/design-system
12 lines • 427 B
TypeScript
import React from 'react';
import PropTypes from 'prop-types';
import { StickyProps } from './Page.types';
export declare const PageSticky: {
({ children, className, style, ...props }: StickyProps): React.JSX.Element;
displayName: string;
propTypes: {
children: PropTypes.Validator<PropTypes.ReactElementLike>;
style: PropTypes.Requireable<object>;
};
};
//# sourceMappingURL=PageSticky.d.ts.map