UNPKG

chop-logic-components

Version:

React UI components library for Chop Logic project

5 lines (4 loc) 182 B
import { default as React } from 'react'; import { ChopLogicGridProps } from '../../models'; declare const ChopLogicGrid: React.FC<ChopLogicGridProps>; export default ChopLogicGrid;