chakra-ui-steps
Version:
Steps component designed to work seamlessly with Chakra UI
10 lines • 344 B
TypeScript
import React from 'react';
interface StepLabelProps {
isCurrentStep?: boolean;
opacity: number;
label?: string | React.ReactNode;
description?: string | null;
}
export declare const StepLabel: ({ isCurrentStep, opacity, label, description, }: StepLabelProps) => JSX.Element | null;
export {};
//# sourceMappingURL=index.d.ts.map