UNPKG

@lobehub/ui

Version:

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

1 lines 736 B
{"version":3,"file":"index.mjs","names":["ChatHeaderParent","ChatHeaderTitle"],"sources":["../../../src/chat/ChatHeader/index.ts"],"sourcesContent":["import { type ReactNode } from 'react';\n\nimport ChatHeaderParent from './ChatHeader';\nimport ChatHeaderTitle from './ChatHeaderTitle';\nimport type { ChatHeaderProps } from './type';\n\ninterface IChatHeader {\n (props: ChatHeaderProps): ReactNode;\n Title: typeof ChatHeaderTitle;\n}\n\nconst ChatHeader = ChatHeaderParent as unknown as IChatHeader;\n\nChatHeader.Title = ChatHeaderTitle;\n\nexport default ChatHeader;\nexport { default as ChatHeaderTitle } from './ChatHeaderTitle';\nexport type * from './type';\n"],"mappings":";;;;AAWA,MAAM,aAAaA;AAEnB,WAAW,QAAQC;AAEnB,yBAAe"}