UNPKG

nativescript-keyframes

Version:

Easily use the Facebook Keyframes library in your NativeScript app.

11 lines (10 loc) 241 B
import { Image } from "ui/image"; export declare class KeyframesView extends Image { private _source; private _ios; constructor(); onLoaded(): void; readonly ios: any; readonly _nativeView: any; source: string; }