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) • 637 B
TypeScript
import type { ProgressBarTokenSections } from '@primeuix/themes/types/progressbar';
export * from '@primeuix/themes/types/progressbar';
declare const root: ProgressBarTokenSections.Root;
declare const value: ProgressBarTokenSections.Value;
declare const label: ProgressBarTokenSections.Label;
declare const colorScheme: ProgressBarTokenSections.ColorScheme;
declare const _default: {
root: ProgressBarTokenSections.Root;
value: ProgressBarTokenSections.Value;
label: ProgressBarTokenSections.Label;
colorScheme: ProgressBarTokenSections.ColorScheme;
};
export { colorScheme, _default as default, label, root, value };