UNPKG

chakra-ui-steps

Version:

Steps component designed to work seamlessly with Chakra UI

4 lines 239 B
import * as React from 'react'; import { StepSharedProps } from '../../types'; export declare const HorizontalStep: React.ForwardRefExoticComponent<StepSharedProps & React.RefAttributes<HTMLDivElement>>; //# sourceMappingURL=index.d.ts.map