@primer/primitives
Version:
Typography, spacing, and color primitives for Primer design system
18 lines (17 loc) • 331 B
TypeScript
/**
* Do not edit directly
* Generated on Fri, 29 Apr 2022 19:38:32 GMT
*/
declare const tokens: {
"primer": {
"viewportRange": {
"narrow": string,
"narrowLandscape": string,
"regular": string,
"wide": string,
"portrait": string,
"landscape": string
}
}
}
export default tokens;