UNPKG

baseui

Version:

A React Component library implementing the Base design language

4 lines (3 loc) 281 B
import * as React from 'react'; import type { SegmentedControlProps } from './types'; export declare function SegmentedControl({ activeKey, disabled, children, fill, activateOnFocus, onChange, overrides, uid: customUid, width, height, }: SegmentedControlProps): React.JSX.Element;