Refactor #5612 - Sidebar / Drawer

This commit is contained in:
tugcekucukoglu 2024-04-18 17:19:35 +03:00
parent 365879a41c
commit fcf8599cfa
16 changed files with 614 additions and 503 deletions

View file

@ -1,3 +1,3 @@
import { BaseStyle } from '../../base/style';
import { DrawerStyle } from '../../drawer/style/DrawerStyle';
export interface SidebarStyle extends BaseStyle {}
export interface SidebarStyle extends DrawerStyle {}