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

7 lines
185 B
TypeScript
Raw Normal View History

2025-11-04 17:41:15 +08:00
import type { AntdIconProps } from "@ant-design/icons/lib/components/AntdIcon";
import type { FC } from "react";
declare const PrintIcon: FC<AntdIconProps>;
export default PrintIcon;