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) 610 B
import type { AvatarTokenSections } from '@primeuix/themes/types/avatar'; export * from '@primeuix/themes/types/avatar'; declare const root: AvatarTokenSections.Root; declare const icon: AvatarTokenSections.Icon; declare const group: AvatarTokenSections.Group; declare const lg: AvatarTokenSections.Lg; declare const xl: AvatarTokenSections.Xl; declare const _default: { root: AvatarTokenSections.Root; icon: AvatarTokenSections.Icon; group: AvatarTokenSections.Group; lg: AvatarTokenSections.Lg; xl: AvatarTokenSections.Xl; }; export { _default as default, group, icon, lg, root, xl };