mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-15 17:16:16 +08:00
4 lines
131 B
TypeScript
4 lines
131 B
TypeScript
import emotionStyled from '@emotion/styled';
|
|
export { css, keyframes } from '@emotion/react';
|
|
export const styled = emotionStyled;
|