UNPKG
@syncognito/maya
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
Maya Design System - Shared tokens and platform-specific components
gitlab.com/syncognito/maya
@syncognito/maya
/
dist
/
tokens
/
borderRadius.d.ts
9 lines
•
210 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
declare
const
borderRadius
: {
readonly
none
:
0
;
readonly
sm
:
2
;
readonly
md
:
4
;
readonly
lg
:
8
;
readonly
xl
:
12
;
readonly
full
:
9999
; };
//# sourceMappingURL=borderRadius.d.ts.map