UNPKG

media-stream-player

Version:

Player built on top of media-stream-library

7 lines (6 loc) 307 B
/** * The limiter prevents the video element to use up all of the available width. * The player container will automatically limit it's own height based on the * available width (keeping aspect ratio). */ export declare const Limiter: import("styled-components").StyledComponent<"div", any, {}, never>;