UNPKG

@eccenca/gui-elements

Version:

GUI elements based on other libraries, usable in React application, written in Typescript.

12 lines (11 loc) 253 B
export interface SuggestFieldItemRendererModifierProps { active: boolean; disabled?: boolean; styleWidth?: IElementWidth; highlightingEnabled: boolean; } interface IElementWidth { minWidth: string; maxWidth: string; } export {};