2024-05-08 11:40:44 +00:00
|
|
|
/**
|
|
|
|
*
|
|
|
|
* Sidebar is a panel component displayed as an overlay at the edges of the screen.
|
|
|
|
*
|
|
|
|
* [Live Demo](https://primevue.org/drawer)
|
|
|
|
*
|
|
|
|
* @module sidebarstyle
|
|
|
|
*
|
|
|
|
*/
|
2024-04-18 14:19:35 +00:00
|
|
|
import { DrawerStyle } from '../../drawer/style/DrawerStyle';
|
2023-10-02 13:15:41 +00:00
|
|
|
|
2024-05-08 11:40:44 +00:00
|
|
|
export enum SidebarClasses {}
|
|
|
|
|
2024-04-18 14:19:35 +00:00
|
|
|
export interface SidebarStyle extends DrawerStyle {}
|