UNPKG

data-feed-blueprintjs

Version:
5 lines (4 loc) 99 B
export default interface ValueOption<TValue = string> { value: TValue; text: string; }