Files
plane/web/ee/components/desktop/index.ts
Prateek Shourya c02f452ae4 [WEB-2332] dev: custom titlebar for desktop application. (#944)
* dev: custom titlebar for desktop application.

* style: update `app-container` css position.

* style: update border padding.
2024-08-28 14:20:47 +05:30

6 lines
150 B
TypeScript

export * from "./context";
export * from "./root";
export * from "./sidebar-toggle";
export * from "./navigation";
export * from "./use-desktop-app";