UNPKG

cloudhospital.react.sdk

Version:
10 lines (9 loc) 175 B
export type SelectOption<T = string> = { value: T; label: string; __isNew__?: boolean; }; export type ImageListOption = { title: string; value: string; };