UNPKG

@aigamo/hydrangean-diva

Version:

An open-source online media player that can be deployed to and hosted on GitHub pages.

9 lines (8 loc) 337 B
import { PlayerType } from '@aigamo/nostalgic-diva'; import { ReactElement } from 'react'; type ThirdPartyPlayerType = Exclude<PlayerType, 'Audio'>; interface CookieConsentPanelProps { playerType: ThirdPartyPlayerType; } export declare const CookieConsentPanel: ({ playerType, }: CookieConsentPanelProps) => ReactElement; export {};