mirror of
https://github.com/D4M13N-D3V/comissions-app-ui.git
synced 2025-03-14 00:05:07 +00:00
4 lines
72 B
TypeScript
4 lines
72 B
TypeScript
export default {
|
|
spacing: (factor: number) => `${0.25 * factor}rem`
|
|
}
|