UNPKG

@lobehub/ui

Version:

Lobe UI is an open-source UI component library for building AIGC web apps

9 lines 486 B
import { SegmentedProps } from "./type.mjs"; //#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>): import("react").JSX.Element; displayName: string; }; //#endregion export { Segmented as default }; //# sourceMappingURL=Segmented.d.mts.map