chakra-ui-steps
Version:
Steps component designed to work seamlessly with Chakra UI
8 lines • 373 B
TypeScript
/// <reference types="react" />
import { StepSharedProps } from '../../types';
type StepIconContainerProps = StepSharedProps & {
children?: React.ReactNode;
};
export declare const StepIconContainer: ({ isCurrentStep, isCompletedStep, children, isError, isLoading: isLoadingProp, }: StepIconContainerProps) => JSX.Element;
export {};
//# sourceMappingURL=index.d.ts.map