@primeuix/themes
Version:
Themes for PrimeUI Libraries
15 lines (11 loc) • 504 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 _default: {
root: ProgressBarTokenSections.Root;
value: ProgressBarTokenSections.Value;
label: ProgressBarTokenSections.Label;
};
export { _default as default, label, root, value };