UNPKG

@limetech/lime-elements

Version:
9 lines 206 B
/** * The type of the value that the picker can handle * @public */ export type PickerValue = number | string | { id: string | number; [key: string]: any; }; //# sourceMappingURL=value.types.d.ts.map