UNPKG

tdesign-mobile-vue

Version:
9 lines (8 loc) 293 B
import _Sticky from './sticky'; import { WithInstallType } from '../shared'; import { TdStickyProps } from './type'; import './style'; export * from './type'; export declare type StickyProps = TdStickyProps; export declare const Sticky: WithInstallType<typeof _Sticky>; export default Sticky;