zy-react-library/components/Icon/AddIcon/index.d.ts

7 lines
181 B
TypeScript
Raw Normal View History

2025-10-31 16:47:09 +08:00
import type { AntdIconProps } from "@ant-design/icons/lib/components/AntdIcon";
import type { FC } from "react";
declare const AddIcon: FC<AntdIconProps>;
export default AddIcon;