UNPKG

@try-at-software/input-elements

Version:

A package providing different input elements that are extensible and easily configurable for your custom needs.

7 lines (6 loc) 168 B
import { FormText } from '../Components'; export interface IBasicMenuButtonConfiguration { className?: string; label?: FormText; iconName?: string; }