mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-01-11 22:40:31 +00:00
8 lines
No EOL
149 B
TypeScript
8 lines
No EOL
149 B
TypeScript
declare const useBinaryState: (initialValue?: boolean) => [
|
|
boolean,
|
|
() => void,
|
|
() => void,
|
|
() => void,
|
|
];
|
|
|
|
export = useBinaryState; |