7 lines
200 B
TypeScript
7 lines
200 B
TypeScript
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
import { IconProps } from '@chakra-ui/icon';
|
|
|
|
declare function StepIcon(props: IconProps): react_jsx_runtime.JSX.Element;
|
|
|
|
export { StepIcon };
|