UNPKG

tdesign-vue-next

Version:
31 lines (30 loc) 833 B
import { TdAnchorProps } from './type'; import { PropType } from 'vue'; declare const _default: { affixProps: { type: PropType<TdAnchorProps["affixProps"]>; }; bounds: { type: NumberConstructor; default: number; }; container: { type: PropType<TdAnchorProps["container"]>; default: () => () => Window & typeof globalThis; }; cursor: { type: PropType<TdAnchorProps["cursor"]>; }; size: { type: PropType<TdAnchorProps["size"]>; default: TdAnchorProps["size"]; validator(val: TdAnchorProps["size"]): boolean; }; targetOffset: { type: NumberConstructor; default: number; }; onChange: PropType<TdAnchorProps["onChange"]>; onClick: PropType<TdAnchorProps["onClick"]>; }; export default _default;