mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-09 23:15:36 +00:00
6 lines
102 B
TypeScript
6 lines
102 B
TypeScript
import { Theme } from '@emotion/react';
|
|
|
|
export const border: Theme['border'] = {
|
|
radius: '3px',
|
|
};
|