import { TreeSelectProps as UnStyledTreeSelectProps, TreeSelectRef as _TreeSelectRef } from '@sheinx/base'; import { GetWithFieldProps } from '../hooks/use-field-common'; export type BaseTreeSelectProps = Omit, 'jssStyle'>; /** * @title TreeSelect */ export type TreeSelectProps = GetWithFieldProps, Value>; /** * @title TreeSelectRef */ export type TreeSelectRef = _TreeSelectRef;