| 属性 | 类型 | 必填 | 默认值 | 描述 |
|---|---|---|---|---|
iconPack |
IconPack1 |
❌ | defaultIconPack |
图标包 |
isActive |
boolean |
✅ | - | 激活状态指示器 |
t |
RtkI18n1 |
❌ | useLanguage() |
语言 |
import { RtkEmojiPickerButton } from '@cloudflare/realtimekit-react-ui';
function MyComponent() {
return <RtkEmojiPickerButton />;
}import { RtkEmojiPickerButton } from '@cloudflare/realtimekit-react-ui';
function MyComponent() {
return (
<RtkEmojiPickerButton
isActive={true}
/>
);
}