UNPKG

ze-react-component-library

Version:
5 lines (4 loc) 146 B
import { FC } from "react"; import { ZEReportProps } from "./ZEReport.types"; declare const ZEReport: FC<ZEReportProps>; export default ZEReport;