UNPKG

@klever-one/web-sdk

Version:

Web SDK for integrating real-time room management and streaming functionality into web applications

8 lines (7 loc) 157 B
export interface IconProps { size?: number | string; color?: string; stroke?: number; className?: string; style?: React.CSSProperties; }