@radix-ui/themes
Version:
[](https://radix-ui.com/themes)
3 lines (2 loc) • 755 B
JavaScript
import{asChildPropDef as e}from"../props/as-child.prop.js";import{accentColorPropDef as r}from"../props/color.prop.js";import{highContrastPropDef as o}from"../props/high-contrast.prop.js";import{leadingTrimPropDef as t}from"../props/leading-trim.prop.js";import{textWrapPropDef as p}from"../props/text-wrap.prop.js";import{truncatePropDef as s}from"../props/truncate.prop.js";import{weightPropDef as i}from"../props/weight.prop.js";const n=["1","2","3","4","5","6","7","8","9"],f=["auto","always","hover","none"],m={...e,size:{type:"enum",className:"rt-r-size",values:n,responsive:!0},...i,...t,...s,...p,underline:{type:"enum",className:"rt-underline",values:f,default:"auto"},...r,...o};export{m as linkPropDefs};
//# sourceMappingURL=link.props.js.map