tdesign-vue-next
Version:
TDesign Component for vue-next
28 lines (27 loc) • 673 B
TypeScript
import { TdAffixProps } from './type';
import { PropType } from 'vue';
declare const _default: {
container: {
type: PropType<TdAffixProps["container"]>;
default: () => TdAffixProps["container"];
};
content: {
type: PropType<TdAffixProps["content"]>;
};
default: {
type: PropType<TdAffixProps["default"]>;
};
offsetBottom: {
type: NumberConstructor;
default: number;
};
offsetTop: {
type: NumberConstructor;
default: number;
};
zIndex: {
type: NumberConstructor;
};
onFixedChange: PropType<TdAffixProps["onFixedChange"]>;
};
export default _default;