UNPKG

@lobehub/ui

Version:

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

1 lines 650 B
{"version":3,"file":"index.mjs","names":["ListParent","ListItem"],"sources":["../../src/List/index.ts"],"sourcesContent":["import type { ReactNode, RefAttributes } from 'react';\n\nimport ListParent from './List';\nimport ListItem from './ListItem';\nimport type { ListProps } from './type';\n\ninterface IList {\n (props: ListProps & RefAttributes<HTMLDivElement>): ReactNode;\n Item: typeof ListItem;\n}\n\nconst List = ListParent as unknown as IList;\n\nList.Item = ListItem;\n\nexport default List;\nexport { default as ListItem } from './ListItem';\nexport type * from './type';\n"],"mappings":";;;;AAWA,MAAM,OAAOA;AAEb,KAAK,OAAOC;AAEZ,mBAAe"}