UNPKG

chop-logic-components

Version:

React UI components library for Chop Logic project

6 lines (5 loc) 181 B
import { default as React } from 'react'; declare const ChopLogicPortal: ({ children }: { children: React.ReactElement; }) => React.ReactPortal; export default ChopLogicPortal;