UNPKG

chop-logic-components

Version:

React UI components library for Chop Logic project

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