@primer/primitives
Version:
Typography, spacing, and color primitives for Primer design system
26 lines (25 loc) • 457 B
TypeScript
/**
* Do not edit directly
* Generated on Fri, 29 Apr 2022 19:38:32 GMT
*/
declare const tokens: {
"primer": {
"borderInset": {
"thin": string,
"normal": string,
"thick": string
},
"borderWidth": {
"thin": string,
"normal": string,
"thick": string
},
"borderRadius": {
"small": string,
"medium": string,
"large": string,
"full": string
}
}
}
export default tokens;