UNPKG

tdesign-react

Version:
24 lines (21 loc) 427 B
/** * tdesign v1.15.1 * (c) 2025 tdesign * @license MIT */ var anchorDefaultProps = { bounds: 5, container: function container() { return window; }, size: "medium", targetOffset: 0 }; var anchorItemDefaultProps = { target: "_self" }; var anchorTargetDefaultProps = { tag: "div" }; export { anchorDefaultProps, anchorItemDefaultProps, anchorTargetDefaultProps }; //# sourceMappingURL=defaultProps.js.map