UNPKG

@byomakase/omakase-player

Version:

## Omakase Player - Open source JavaScript framework for building frame accurate video experiences

11 lines (10 loc) 277 B
import { Observable } from 'rxjs'; import { Config, Yoga } from 'yoga-layout'; export declare class YogaProvider { private static _instance; Yoga: Yoga; Config: Config; private constructor(); static instance(): YogaProvider; init(): Observable<void>; }