Files
wdi-dashboard/node_modules/@chakra-ui/stepper/dist/icons.d.mts
2024-08-16 15:06:52 +05:30

7 lines
209 B
TypeScript

import * as react_jsx_runtime from 'react/jsx-runtime';
import { ComponentProps } from 'react';
declare function CheckIcon(props: ComponentProps<"svg">): react_jsx_runtime.JSX.Element;
export { CheckIcon };