Refactor adaptive height handler.

This commit is contained in:
Dermot Duffy
2022-01-23 11:26:09 -08:00
parent 78e817820e
commit fbb83051c7
2 changed files with 30 additions and 32 deletions
@@ -1,5 +1,5 @@
import { EmblaCarouselType, EmblaPluginType } from 'embla-carousel';
import { FrigateCardMediaPlayer } from '../../types';
import { FrigateCardMediaPlayer } from '../../types.js';
export type MediaAutoPlayPauseOptionsType = {
autoplay?: boolean;