mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-08 16:37:15 +00:00
14 lines
319 B
TypeScript
14 lines
319 B
TypeScript
/**
|
|
*
|
|
* Sidebar is a panel component displayed as an overlay at the edges of the screen.
|
|
*
|
|
* [Live Demo](https://primevue.org/drawer)
|
|
*
|
|
* @module sidebarstyle
|
|
*
|
|
*/
|
|
import { DrawerStyle } from '../../drawer/style/DrawerStyle';
|
|
|
|
export enum SidebarClasses {}
|
|
|
|
export interface SidebarStyle extends DrawerStyle {}
|