UNPKG

@try-at-software/input-elements

Version:

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

6 lines (5 loc) 215 B
import { IBasicMenuButtonConfiguration } from './IBasicMenuButtonConfiguration'; export interface IMenuButtonConfiguration extends IBasicMenuButtonConfiguration { show?: boolean; isEnabled?: boolean; }