UNPKG

chop-logic-components

Version:

React UI components library for Chop Logic project

5 lines (4 loc) 98 B
import { FC } from 'react'; export declare const UseIsOverflowExample: FC<{ text: string; }>;