mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-08 01:39:12 +00:00
2 lines
100 B
TypeScript
2 lines
100 B
TypeScript
export const sidebarExpanded = (mobile: boolean | undefined, opened: boolean) => !!mobile || opened
|