UNPKG

chop-logic-components

Version:

React UI components library for Chop Logic project

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