UNPKG

@wix/design-system

Version:

@wix/design-system

7 lines 254 B
import React from 'react'; import { StickyProps } from './Page.types'; export declare const PageSticky: { ({ children, className, style, ...props }: StickyProps): React.JSX.Element; displayName: string; }; //# sourceMappingURL=PageSticky.d.ts.map