UNPKG

@konstructio/ui

Version:

A set of reusable and customizable React components built for konstruct.io

4 lines (3 loc) 175 B
import { StepSize } from '../Stepper.types'; export declare const ICON_SIZE_MAP: Record<StepSize, number>; export declare const CHECK_ICON_SIZE_MAP: Record<StepSize, string>;