UNPKG

media-stream-player

Version:

Player built on top of media-stream-library

2 lines (1 loc) 107 B
export declare const useSwitch: (initialValue?: boolean) => readonly [boolean, (state?: boolean) => void];