UNPKG

react-form-stepper

Version:

React stepper component for multiple step forms

5 lines (4 loc) 232 B
import { StepLabelStyleProps } from './StepLabelTypes'; export declare const useStepLabelStyles: (data?: (StepLabelStyleProps & { theme?: Jss.Theme | undefined; }) | undefined) => Record<"LabelContainer" | "Label", string>;