mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 04:48:53 +00:00
- 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,
|
|
};
|