import { StickyProps as UnStyledStickyProps } from '@sheinx/base';
/**
 * @title Sticky
 */
export type StickyProps = Omit<UnStyledStickyProps, 'jssStyle'>;
