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

7 lines
185 B
TypeScript
Raw Normal View History

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