UNPKG

@livekit/components-core

Version:

This package is a wrapper around the [livekit/client-sdk-js](https://github.com/livekit/client-sdk-js) package. It transforms the event based logic into simple to use observable state and component level APIs. This package is the core for all framework sp

7 lines (5 loc) 205 B
import { prefixClass } from '../styles-interface'; export function setupChatToggle() { const className: string = [prefixClass('button'), prefixClass('chat-toggle')].join(' '); return { className }; }