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) 700 B
import type { ConfirmPopupTokenSections } from '@primeuix/themes/types/confirmpopup'; export * from '@primeuix/themes/types/confirmpopup'; declare const root: ConfirmPopupTokenSections.Root; declare const content: ConfirmPopupTokenSections.Content; declare const icon: ConfirmPopupTokenSections.Icon; declare const footer: ConfirmPopupTokenSections.Footer; declare const css: ConfirmPopupTokenSections.CSS; declare const _default: { root: ConfirmPopupTokenSections.Root; content: ConfirmPopupTokenSections.Content; icon: ConfirmPopupTokenSections.Icon; footer: ConfirmPopupTokenSections.Footer; css: string; }; export { content, css, _default as default, footer, icon, root };