@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
30 lines (29 loc) • 576 B
text/typescript
import { SegmentedProps } from "./type.mjs";
import * as _$react from "react";
//#region src/base-ui/Segmented/Segmented.d.ts
declare const Segmented: {
<Value extends string = string>({
block,
className,
classNames,
defaultValue,
disabled,
glass,
id,
name,
onChange,
options,
ref,
shadow,
size,
style,
styles: customStyles,
value,
variant,
vertical
}: SegmentedProps<Value>): _$react.JSX.Element;
displayName: string;
};
//#endregion
export { Segmented };
//# sourceMappingURL=Segmented.d.mts.map