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) • 456 B
TypeScript
import type { IftaLabelTokenSections } from '@primeuix/themes/types/iftalabel';
export * from '@primeuix/themes/types/iftalabel';
declare const root: IftaLabelTokenSections.Root;
declare const input: IftaLabelTokenSections.Input;
declare const css: IftaLabelTokenSections.CSS;
declare const _default: {
root: IftaLabelTokenSections.Root;
input: IftaLabelTokenSections.Input;
css: string;
};
export { css, _default as default, input, root };