UNPKG

shineout

Version:

A components library for React

6 lines (5 loc) 157 B
import { StickyProps as UnStyledStickyProps } from '@sheinx/base'; /** * @title Sticky */ export type StickyProps = Omit<UnStyledStickyProps, 'jssStyle'>;