Files

4 lines
172 B
TypeScript

import type { PropsWithChildren } from 'react';
export declare const IsPlayerContextProvider: React.FC<PropsWithChildren>;
export declare const useIsPlayer: () => boolean;