UNPKG

tanuki-ui

Version:

HTML-first React component library with semantic elements, multi-OS themes, and production-ready visual node editor

11 lines (10 loc) 248 B
import * as React from "react"; export declare const AutoSizer: { (props: { children: (size: { width: number; height: number; }) => React.ReactNode; }): React.JSX.Element; displayName: string; };