UNPKG

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.

25 lines (21 loc) 1.07 kB
import type { StepperTokenSections } from '@primeuix/themes/types/stepper'; export * from '@primeuix/themes/types/stepper'; declare const root: StepperTokenSections.Root; declare const separator: StepperTokenSections.Separator; declare const step: StepperTokenSections.Step; declare const stepHeader: StepperTokenSections.StepHeader; declare const stepTitle: StepperTokenSections.StepTitle; declare const stepNumber: StepperTokenSections.StepNumber; declare const steppanels: StepperTokenSections.Steppanels; declare const steppanel: StepperTokenSections.Steppanel; declare const _default: { root: StepperTokenSections.Root; separator: StepperTokenSections.Separator; step: StepperTokenSections.Step; stepHeader: StepperTokenSections.StepHeader; stepTitle: StepperTokenSections.StepTitle; stepNumber: StepperTokenSections.StepNumber; steppanels: StepperTokenSections.Steppanels; steppanel: StepperTokenSections.Steppanel; }; export { _default as default, root, separator, step, stepHeader, stepNumber, steppanel, steppanels, stepTitle };