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