UNPKG

@lobehub/ui

Version:

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

7 lines (6 loc) 264 B
/// <reference types="react" /> declare const List: { Item: import("react").ForwardRefExoticComponent<import("./ListItem").ListItemProps & import("react").RefAttributes<HTMLDivElement>>; }; export type { ListItemProps } from './ListItem'; export default List;