UNPKG

ze-react-component-library

Version:
6 lines (5 loc) 165 B
import React from "react"; import { ZEGridProps } from "./ZEGrid.types"; import "./ZEGrid.less"; declare const ZEGrid: React.FC<ZEGridProps>; export default ZEGrid;