mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-12 19:27:09 +00:00
10 lines
123 B
TypeScript
10 lines
123 B
TypeScript
![]() |
const radius = {
|
||
|
none: '0',
|
||
|
sm: '4px',
|
||
|
md: '8px',
|
||
|
lg: '12px',
|
||
|
full: '100%',
|
||
|
};
|
||
|
|
||
|
export default radius;
|