// TODO: add enum for token types// TODO: add enums for token type -> values// So far DTCG spec supports these units,// although in Style Dictionary we allow more than these two.
export constdimensionUnit = {
px: /** @type {'px'} */ ('px'),
rem: /** @type {'rem'} */ ('rem'),
};