baked-recipe-admin
Version:
Baked is an opinionated framework for .NET in backend and Nuxt in frontend. This is a recipe package that brings together all the components one needs for an Admin UI.
15 lines (12 loc) • 315 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 type { DrawerStyle } from 'primevue/drawer/style';
export enum SidebarClasses {}
export interface SidebarStyle extends DrawerStyle {}