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.

13 lines (9 loc) 396 B
import type { ButtonTokenSections } from '@primeuix/themes/types/button'; export * from '@primeuix/themes/types/button'; declare const root: ButtonTokenSections.Root; declare const colorScheme: ButtonTokenSections.ColorScheme; declare const _default: { root: ButtonTokenSections.Root; colorScheme: ButtonTokenSections.ColorScheme; }; export { colorScheme, _default as default, root };