import { TreeProps as UnStyledTreeProps } from '@sheinx/base'; /** * @title Tree */ export type TreeProps = Omit, 'jssStyle' | 'getDatum'>;