UNPKG

@obliczeniowo/elementary

Version:
5 lines (4 loc) 90 B
export interface ValuePickerItem<T = any, Ext = any> { value: T; extData?: Ext; }