UNPKG

baseui

Version:

A React Component library implementing the Base design language

3 lines (2 loc) 104 B
import type { SegmentProps } from './types'; export declare function Segment(props: SegmentProps): any;