UNPKG

media-stream-player

Version:

Player built on top of media-stream-library

9 lines (8 loc) 305 B
import React, { ReactNode } from 'react'; export declare const Layer: import("styled-components").StyledComponent<"div", any, {}, never>; interface ContainerProps { readonly aspectRatio?: number; readonly children: ReactNode; } export declare const Container: React.FC<ContainerProps>; export {};