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.
19 lines (15 loc) • 741 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 colorScheme: FieldsetTokenSections.ColorScheme;
declare const _default: {
root: FieldsetTokenSections.Root;
legend: FieldsetTokenSections.Legend;
toggleIcon: FieldsetTokenSections.ToggleIcon;
content: FieldsetTokenSections.Content;
colorScheme: FieldsetTokenSections.ColorScheme;
};
export { colorScheme, content, _default as default, legend, root, toggleIcon };