UNPKG

shineout

Version:

A components library for React

6 lines (5 loc) 208 B
import { TreeProps as UnStyledTreeProps } from '@sheinx/base'; /** * @title Tree */ export type TreeProps<DataItem, Value extends any[]> = Omit<UnStyledTreeProps<DataItem, Value>, 'jssStyle' | 'getDatum'>;