import { SelectItemProps } from '../components'; interface SingleSelectProps { list: SelectItemProps[]; onChange: (value: T) => void; value: T; } export type { SingleSelectProps }; //# sourceMappingURL=select-props.d.ts.map