mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
10 lines
235 B
JavaScript
10 lines
235 B
JavaScript
import StreamingOverlay from 'components/StreamingOverlay'
|
|
|
|
export function goLive(payload) {
|
|
window.overlaySwap.open({
|
|
id: 'search',
|
|
mode: 'half',
|
|
size: "50%",
|
|
element: <StreamingOverlay />
|
|
})
|
|
} |