UNPKG

tanuki-ui

Version:

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

4 lines (3 loc) 157 B
import { Input } from './Input'; import * as React from "react"; export declare const EditableLabel: React.FC<React.ComponentPropsWithoutRef<typeof Input>>;