UNPKG

@kaspersky/components

Version:

Kaspersky Design System UI Kit

3 lines (2 loc) 158 B
import { TreeSelectProps, TreeSelectViewProps } from './types.js'; export declare const useThemedTreeSelect: (props: TreeSelectProps) => TreeSelectViewProps;