mirror of
https://github.com/youzan/vant.git
synced 2026-05-06 01:00:26 +08:00
8 lines
153 B
TypeScript
8 lines
153 B
TypeScript
import { installable } from '../utils';
|
|
import _Sticky from './Sticky';
|
|
|
|
const Sticky = installable(_Sticky);
|
|
|
|
export default Sticky;
|
|
export { Sticky };
|