UNPKG

@cmk/fe_utils

Version:
8 lines (6 loc) 350 B
import { CommonComponentPropertys } from '../../componentProperty'; import { CTreeViewProps } from './CTreeView2'; export type TreeViewWrapperProps = CTreeViewProps & CommonComponentPropertys & { initialExpanded?: 'all' | 'none'; }; export declare const TreeViewWrapper: (props: TreeViewWrapperProps) => import("react/jsx-runtime").JSX.Element;