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) 375 B
import type { CheckboxTokenSections } from '@primeuix/themes/types/checkbox'; export * from '@primeuix/themes/types/checkbox'; declare const root: CheckboxTokenSections.Root; declare const icon: CheckboxTokenSections.Icon; declare const _default: { root: CheckboxTokenSections.Root; icon: CheckboxTokenSections.Icon; }; export { _default as default, icon, root };