UNPKG

@radix-ui/themes

Version:

[![Radix Themes Logo](https://radix-ui.com/social/themes.png)](https://radix-ui.com/themes)

3 lines (2 loc) 860 B
import{paddingPropDefs as s,widthPropDefs as t}from"../props/index.js";const a=["1","2","3"],r=["surface","ghost"],n=["auto","fixed"],o={size:{type:"enum",className:"rt-r-size",values:a,default:"2",responsive:!0},variant:{type:"enum",className:"rt-variant",values:r,default:"ghost"},layout:{type:"enum",className:"rt-r-tl",values:n,responsive:!0}},i=["start","center","end","baseline"],u={align:{type:"enum",className:"rt-r-va",values:i,parseValue:l,responsive:!0}};function l(e){return{baseline:"baseline",start:"top",center:"middle",end:"bottom"}[e]}const p=["start","center","end"],f={justify:{type:"enum",className:"rt-r-ta",values:p,parseValue:c,responsive:!0},...t,...s};function c(e){return{start:"left",center:"center",end:"right"}[e]}export{f as tableCellPropDefs,o as tableRootPropDefs,u as tableRowPropDefs}; //# sourceMappingURL=table.props.js.map