mirror of
https://gitee.com/vant-contrib/vant.git
synced 2026-06-04 09:38:09 +08:00
9 lines
217 B
TypeScript
9 lines
217 B
TypeScript
import { withInstall } from '../utils';
|
|
import _Sticky from './Sticky';
|
|
|
|
const Sticky = withInstall<typeof _Sticky>(_Sticky);
|
|
|
|
export default Sticky;
|
|
export { Sticky };
|
|
export type { StickyPosition } from './Sticky';
|