UNPKG

@vchatcloud/react-ui-kit

Version:

VChatCloud UI Kit for react integration

6 lines (5 loc) 182 B
interface NoticeItemProps { readonly text: string; } declare const NoticeItem: ({ text }: NoticeItemProps) => import("react/jsx-runtime").JSX.Element; export default NoticeItem;