tdesign-mobile-vue
Version:
tdesign-mobile-vue
31 lines (30 loc) • 837 B
TypeScript
import { TdIndexesProps } from './type';
import { PropType } from 'vue';
declare const _default: {
current: {
type: PropType<TdIndexesProps['current']>;
default: TdIndexesProps['current'];
};
modelValue: {
type: PropType<TdIndexesProps['current']>;
default: TdIndexesProps['current'];
};
defaultCurrent: {
type: PropType<TdIndexesProps['defaultCurrent']>;
};
indexList: {
type: PropType<TdIndexesProps['indexList']>;
};
showFullIndex: BooleanConstructor;
sticky: {
type: BooleanConstructor;
default: boolean;
};
stickyOffset: {
type: NumberConstructor;
default: number;
};
onChange: PropType<TdIndexesProps['onChange']>;
onSelect: PropType<TdIndexesProps['onSelect']>;
};
export default _default;