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.
24 lines (22 loc) • 648 B
TypeScript
import type { AuraBaseDesignTokens } from '@primeuix/themes/aura/base';
import type { Preset } from '@primeuix/themes/types';
/**
*
* _Aura Preset_
*
* @group presets
* @module aura
* @see
* --- ---
* **Compatible Libraries**
*
* [](https://primeng.org/theming/styled)
* [](https://primevue.org/theming/styled)
* --- ---
* **Figma UI Kit**
*
* [PrimeNG](https://primeng.org/uikit) | [PrimeVue](https://primevue.org/uikit)
*
*/
declare const _default: Preset<AuraBaseDesignTokens>;
export default _default;