tdesign-mobile-vue
Version:
tdesign-mobile-vue
12 lines (11 loc) • 509 B
TypeScript
import { WithInstallType } from '../shared';
import _Indexes from './indexes';
import _IndexesAnchor from './indexes-anchor';
import './style';
import { TdIndexesProps, TdIndexesAnchorProps } from './type';
export * from './type';
export declare type IndexesProps = TdIndexesProps;
export declare type IndexesAnchorProps = TdIndexesAnchorProps;
export declare const Indexes: WithInstallType<typeof _Indexes>;
export declare const IndexesAnchor: WithInstallType<typeof _IndexesAnchor>;
export default Indexes;