UNPKG

@lobehub/ui

Version:

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

3 lines 139 B
import { SegmentedProps } from "./type.mjs"; import Segmented from "./Segmented.mjs"; export { type SegmentedProps, Segmented as default };