UNPKG

react-chrono

Version:
7 lines (6 loc) 206 B
/** * Custom hook to detect YouTube URLs * @param url - The URL to check * @returns boolean indicating if the URL is a YouTube URL */ export declare const useYouTubeDetection: (url: string) => boolean;