UNPKG

@lobehub/ui

Version:

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

8 lines (7 loc) 265 B
import { SegmentedProps } from "./type.mjs"; import * as react56 from "react"; //#region src/Segmented/Segmented.d.ts declare const Segmented: react56.NamedExoticComponent<SegmentedProps>; //#endregion export { Segmented }; //# sourceMappingURL=Segmented.d.mts.map