@primer/brand-primitives
Version:
Color, spacing, and typography primitives for the Primer Brand Design System
30 lines (27 loc) • 473 B
TypeScript
/**
* Do not edit directly
* Generated on Fri, 06 Jun 2025 10:25:20 GMT
*/
declare const tokens: {
"brand": {
"EyebrowBanner": {
"borderRadius": string,
"spacing": {
"inner": {
"block": string,
"inline": string
}
},
"label": {
"size": string
},
"heading": {
"size": string
},
"subHeading": {
"size": string
}
}
}
}
export default tokens;