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.

15 lines (11 loc) 471 B
import type { OrderListTokenSections } from '@primeuix/themes/types/orderlist'; export * from '@primeuix/themes/types/orderlist'; declare const root: OrderListTokenSections.Root; declare const controls: OrderListTokenSections.Controls; declare const css: OrderListTokenSections.CSS; declare const _default: { root: OrderListTokenSections.Root; controls: OrderListTokenSections.Controls; css: string; }; export { controls, css, _default as default, root };