UNPKG

@kiwicom/orbit-components

Version:

Orbit-components is a React component library which provides developers with the easiest possible way of building Kiwi.com's products.

6 lines 221 B
import * as React from "react"; declare const WizardStepIcon: ({ isCompleted }: { isCompleted?: boolean | undefined; }) => React.JSX.Element; export default WizardStepIcon; //# sourceMappingURL=WizardStepIcon.d.ts.map