claude-web/node_modules/@primeuix/themes/dist/lara/stepper/index.d.ts

25 lines
1.0 KiB
TypeScript
Raw Normal View History

2026-02-23 02:23:38 +00:00
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 };