UNPKG

@mskcc/carbon-react

Version:

Carbon react components for the MSKCC DSM

4 lines (3 loc) 149 B
import React, { FC } from 'react'; export type StepLabelProps = React.HTMLProps<HTMLDivElement>; export declare const StepLabel: FC<StepLabelProps>;