@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
11 lines (10 loc) • 340 B
text/typescript
import { SegmentedProps } from "./type.mjs";
import * as _$react from "react";
//#region src/Segmented/Segmented.d.ts
/**
* @deprecated Use `Segmented` from `@lobehub/ui/base-ui` instead.
*/
declare const Segmented: _$react.NamedExoticComponent<SegmentedProps>;
//#endregion
export { Segmented };
//# sourceMappingURL=Segmented.d.mts.map