interface TreeViewSelectInputProps extends TreeViewProps { placeholder?: string, showSelectedNodePath?: boolean showSelectedNodeDisplayPath?: boolean }
import {TreeViewSelectInputProps} from 'uxp/components';
Last updated 1 month ago