UNPKG

tanuki-ui

Version:

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

5 lines (4 loc) 179 B
import * as React from "react"; export declare const Legend: React.NamedExoticComponent<{ children?: React.ReactNode | undefined; } & React.RefAttributes<HTMLLegendElement>>;