tdesign-mobile-vue
Version:
tdesign-mobile-vue
9 lines (8 loc) • 293 B
TypeScript
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;