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.
17 lines (13 loc) • 614 B
TypeScript
import type { FieldsetTokenSections } from '@primeuix/themes/types/fieldset';
export * from '@primeuix/themes/types/fieldset';
declare const root: FieldsetTokenSections.Root;
declare const legend: FieldsetTokenSections.Legend;
declare const toggleIcon: FieldsetTokenSections.ToggleIcon;
declare const content: FieldsetTokenSections.Content;
declare const _default: {
root: FieldsetTokenSections.Root;
legend: FieldsetTokenSections.Legend;
toggleIcon: FieldsetTokenSections.ToggleIcon;
content: FieldsetTokenSections.Content;
};
export { content, _default as default, legend, root, toggleIcon };