primevue-mirror/components/lib/sidebar/style/SidebarStyle.d.ts

15 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 {}