mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-10 02:08:14 +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;
|