mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-05-11 08:10:40 +00:00
2 lines
116 B
TypeScript
2 lines
116 B
TypeScript
declare const useBoard: () => [Board, ({ start, end }: { start: number, end: number }) => void];
|
|
export = useBoard;
|