@primer/brand-primitives
Version:
Color, spacing, and typography primitives for the Primer Brand Design System
23 lines (20 loc) • 356 B
TypeScript
/**
* Do not edit directly
* Generated on Wed, 12 Aug 2026 10:13:52 GMT
*/
declare const tokens: {
"brand": {
"Card": {
"maxWidth": string,
"padding": {
"block": string,
"inline": string
},
"animation": {
"duration": string,
"easing": string
}
}
}
}
export default tokens;