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.

19 lines (15 loc) 665 B
import type { DialogTokenSections } from '@primeuix/themes/types/dialog'; export * from '@primeuix/themes/types/dialog'; declare const root: DialogTokenSections.Root; declare const header: DialogTokenSections.Header; declare const title: DialogTokenSections.Title; declare const content: DialogTokenSections.Content; declare const footer: DialogTokenSections.Footer; declare const _default: { root: DialogTokenSections.Root; header: DialogTokenSections.Header; title: DialogTokenSections.Title; content: DialogTokenSections.Content; footer: DialogTokenSections.Footer; }; export { content, _default as default, footer, header, root, title };