UNPKG

chop-logic-components

Version:

React UI components library for Chop Logic project

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