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.

27 lines (23 loc) 1.09 kB
import type { ToastTokenSections } from '@primeuix/themes/types/toast'; export * from '@primeuix/themes/types/toast'; declare const root: ToastTokenSections.Root; declare const icon: ToastTokenSections.Icon; declare const content: ToastTokenSections.Content; declare const text: ToastTokenSections.Text; declare const summary: ToastTokenSections.Summary; declare const detail: ToastTokenSections.Detail; declare const closeButton: ToastTokenSections.CloseButton; declare const closeIcon: ToastTokenSections.CloseIcon; declare const colorScheme: ToastTokenSections.ColorScheme; declare const _default: { root: ToastTokenSections.Root; icon: ToastTokenSections.Icon; content: ToastTokenSections.Content; text: ToastTokenSections.Text; summary: ToastTokenSections.Summary; detail: ToastTokenSections.Detail; closeButton: ToastTokenSections.CloseButton; closeIcon: ToastTokenSections.CloseIcon; colorScheme: ToastTokenSections.ColorScheme; }; export { closeButton, closeIcon, colorScheme, content, _default as default, detail, icon, root, summary, text };