mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-04 19:15:33 +08:00
b38c46649f
- Move right-sidebar activeTab state into `RightSidebarService` - Remove `styled` usage and adjust the UI - Fix the issue that ai-button clicking not work when sidebar opened - Add an animation if AI-Chat panel hasn't been opened. 
9 lines
181 B
TypeScript
9 lines
181 B
TypeScript
import styled from '@emotion/styled';
|
|
|
|
export {
|
|
/**
|
|
* @deprecated `@emotion/styled` is planned to be removed in the future. Do not use for new components.
|
|
**/
|
|
styled,
|
|
};
|