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) • 525 B
TypeScript
import type { KnobTokenSections } from '@primeuix/themes/types/knob';
export * from '@primeuix/themes/types/knob';
declare const root: KnobTokenSections.Root;
declare const value: KnobTokenSections.Value;
declare const range: KnobTokenSections.Range;
declare const text: KnobTokenSections.Text;
declare const _default: {
root: KnobTokenSections.Root;
value: KnobTokenSections.Value;
range: KnobTokenSections.Range;
text: KnobTokenSections.Text;
};
export { _default as default, range, root, text, value };