Files
vant/src/sticky/index.ts
T
2021-03-08 11:50:37 +08:00

8 lines
153 B
TypeScript

import { installable } from '../utils';
import _Sticky from './Sticky';
const Sticky = installable(_Sticky);
export default Sticky;
export { Sticky };