UNPKG

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.

23 lines (19 loc) 863 B
import type { PanelTokenSections } from '@primeuix/themes/types/panel'; export * from '@primeuix/themes/types/panel'; declare const root: PanelTokenSections.Root; declare const header: PanelTokenSections.Header; declare const toggleableHeader: PanelTokenSections.ToggleableHeader; declare const title: PanelTokenSections.Title; declare const content: PanelTokenSections.Content; declare const footer: PanelTokenSections.Footer; declare const css: PanelTokenSections.CSS; declare const _default: { root: PanelTokenSections.Root; header: PanelTokenSections.Header; toggleableHeader: PanelTokenSections.ToggleableHeader; title: PanelTokenSections.Title; content: PanelTokenSections.Content; footer: PanelTokenSections.Footer; css: string; }; export { content, css, _default as default, footer, header, root, title, toggleableHeader };