feat: update button enhancements (#2401)

This commit is contained in:
Peng Xiao
2023-05-17 16:58:14 +08:00
committed by GitHub
parent 1498ee405b
commit 2e0ccb53ec
13 changed files with 427 additions and 125 deletions
@@ -18,7 +18,6 @@ import {
appSidebarOpenAtom,
appSidebarResizingAtom,
appSidebarWidthAtom,
updateAvailableAtom,
} from './index.jotai';
import { ResizeIndicator } from './resize-indicator';
import type { SidebarHeaderProps } from './sidebar-header';
@@ -122,9 +121,4 @@ export { AppSidebarFallback } from './fallback';
export * from './menu-item';
export * from './quick-search-input';
export * from './sidebar-containers';
export {
appSidebarFloatingAtom,
appSidebarOpenAtom,
appSidebarResizingAtom,
updateAvailableAtom,
};
export { appSidebarFloatingAtom, appSidebarOpenAtom, appSidebarResizingAtom };