UNPKG

chop-logic-components

Version:

React UI components library for Chop Logic project

4 lines (3 loc) 178 B
import { default as React } from 'react'; import { ChopLogicTextInputProps } from '../../../../models'; export declare const TextInputExample: React.FC<ChopLogicTextInputProps>;