UNPKG

baseui

Version:

A React Component library implementing the Base design language

5 lines (4 loc) 173 B
import type { TreeLabelProps } from './types'; import type { ComponentType } from 'react'; declare const TreeLabel: ComponentType<TreeLabelProps>; export default TreeLabel;