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.
17 lines (13 loc) • 628 B
TypeScript
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 _default: {
root: ConfirmPopupTokenSections.Root;
content: ConfirmPopupTokenSections.Content;
icon: ConfirmPopupTokenSections.Icon;
footer: ConfirmPopupTokenSections.Footer;
};
export { content, _default as default, footer, icon, root };