mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-10 07:25:35 +00:00
6 lines
110 B
TypeScript
6 lines
110 B
TypeScript
import { Theme } from '@emotion/react';
|
|
|
|
export const transition: Theme['transition'] = {
|
|
delay: '0.15s',
|
|
};
|