UNPKG

chakra-ui-steps

Version:

Steps component designed to work seamlessly with Chakra UI

6 lines 270 B
import React from 'react'; import { StepSharedProps } from '../../types'; export declare const VerticalStep: React.ForwardRefExoticComponent<StepSharedProps & { children?: React.ReactNode; } & React.RefAttributes<HTMLDivElement>>; //# sourceMappingURL=index.d.ts.map