UNPKG

baseui

Version:

A React Component library implementing the Base design language

9 lines (8 loc) 293 B
import type { Override } from '../helpers/overrides'; import type { ComponentType, PropsWithChildren } from 'react'; declare const TreeLabelInteractable: ComponentType<PropsWithChildren<{ overrides?: { LabelInteractable: Override; }; }>>; export default TreeLabelInteractable;